Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailSender ¶
type EmailSender interface {
SendMail(addr string, a smtp.Auth, from string, to []string, msg []byte) error
}
EmailSender is an ad-hoc interface to describe the SendMail function that is in the net/smtp package.
Click to show internal directories.
Click to hide internal directories.