Documentation ¶ Index ¶ Variables func Send(toEmail string, subject string, body string) error Constants ¶ This section is empty. Variables ¶ View Source var ( ErrEmailDisabled = errors.New("email is disabled, but an email was attempted to be sent") ErrInvalidAuthMethod = errors.New("invalid SMTP auth method") ErrSendingEmail = errors.New("error sending email") ) Functions ¶ func Send ¶ func Send(toEmail string, subject string, body string) error Types ¶ This section is empty. Source Files ¶ View all Source files sender.go Click to show internal directories. Click to hide internal directories.