Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶ added in v0.9.0
Attachment interface
type Mailer ¶ added in v0.9.0
type Mailer interface {
Send(body, subject, from, to string, attachments []Attachment) error
}
Mailer interface
Click to show internal directories.
Click to hide internal directories.