Documentation
¶
Index ¶
Constants ¶
View Source
const (
// DOMAIN 域名
DOMAIN = "Moon监控系统"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Email ¶
type Email struct {
// contains filtered or unexported fields
}
Email 邮件
type Interface ¶
type Interface interface {
// Send 发送邮件
Send() error
SetTo(to ...string) Interface
SetSubject(subject string) Interface
SetBody(body string, contentType ...string) Interface
SetAttach(attach ...string) Interface
SetCc(cc ...string) Interface
}
Interface 邮件接口
func NewMockEmail ¶ added in v1.0.0
func NewMockEmail() Interface
Click to show internal directories.
Click to hide internal directories.