Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mailer ¶
type Mailer struct {
// contains filtered or unexported fields
}
Define a Mailer struct which contains a mail.Dialer instance (used to connect to a SMTP server) and the sender information for your emails (the name and address you want the email to be from, such as "Alice Smith <alice@example.com>").
Click to show internal directories.
Click to hide internal directories.