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
}
func NewMailer ¶
func NewMailer(smtpCfg *SMTPConfig) (*Mailer, error)
func (*Mailer) NewSMTPConnection ¶
type MailerConfig ¶
type MailerConfig struct {
SMTP SMTPConfig
}
type SMTPConfig ¶
Click to show internal directories.
Click to hide internal directories.