Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter interface {
// SendMail 包含三个参数:
// to 接收方地址
// text 邮件内容
// subject 邮件主题
SendMail(types.M) error
}
Adapter ...
type SMTPMailAdapter ¶
type SMTPMailAdapter struct {
// contains filtered or unexported fields
}
SMTPMailAdapter ...
Click to show internal directories.
Click to hide internal directories.