Documentation
¶
Index ¶
Constants ¶
View Source
const ( SMTP = Driver("smtp") Custom = Driver("custom") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface {
Mailer
RegisterDriver(Driver, Mailer) error
Mailer(Driver) (Mailer, error)
}
func NewManager ¶
type SMTPMailer ¶
func NewSMTPMailer ¶
func NewSMTPMailer(cfg Config) *SMTPMailer
Click to show internal directories.
Click to hide internal directories.