Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AliDMSender ¶
type AliDMSender struct {
// contains filtered or unexported fields
}
AliDMSender implements Sender
func NewAliDMSender ¶
func NewAliDMSender(conf config.AliDMConf) *AliDMSender
NewAliDMSender 阿里云邮件推送
func (*AliDMSender) Send ¶
func (s *AliDMSender) Send(email *Email) bool
type EmailQueue ¶
type EmailQueue struct {
// contains filtered or unexported fields
}
func (*EmailQueue) Close ¶
func (q *EmailQueue) Close()
type SmtpSender ¶
type SmtpSender struct {
// contains filtered or unexported fields
}
SmtpSender implements Sender
func (*SmtpSender) Send ¶
func (s *SmtpSender) Send(email *Email) bool
Click to show internal directories.
Click to hide internal directories.