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
}
Mailer implements the `email.Mailer` interface to send emails using SMTP
func NewMailer ¶
func NewMailer(config email.SMTPConfig) *Mailer
NewMailer returns a new smtp Mailer
func (*Mailer) SendBroadcast ¶
TODO
Click to show internal directories.
Click to hide internal directories.