Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitMailer ¶
func InitMailer(m *Mailer)
Types ¶
type Mailer ¶
type Mailer struct { QueueLength int SubjectPrefix string Host string From string FromEmail string User, Passwd string DisableHelo bool HeloHostname string SkipVerify bool UseCertificate bool CertFile, KeyFile string UsePlainText bool HookMode bool }
var (
MailConfig *Mailer
)
type Message ¶
type Message struct { *gomail.Message Info string // contains filtered or unexported fields }
func NewMessage ¶
func NewMessageFrom ¶
Click to show internal directories.
Click to hide internal directories.