Documentation
¶
Overview ¶
Package smtp implements the Simple Mail Transfer Protocol as defined in RFC 5321. It extends net/smtp as follows:
- Supports SMTPUTF8, via MailAndRcpt.
- Adds IsPermanent.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsPermanent ¶
IsPermanent returns true if the error is permanent, and false otherwise. If it can't tell, it returns false.
Types ¶
Click to show internal directories.
Click to hide internal directories.