Documentation ¶
Index ¶
Constants ¶
View Source
const ( GmailSuffix = "@gmail.com" GmailType = "google" GmailHost = "smtp.gmail.com" GmailPort = 587 GmailIsSSL = false )
View Source
const ( NetSuffix = "@163.com" NetType = "163" NetHost = "smtp.163.com" NetPort = 465 NetIsSSL = true )
View Source
const ( QqSuffix = "@qq.com" QqType = "qq" QqHost = "smtp.qq.com" QqPort = 587 QqIsSSL = false )
Variables ¶
This section is empty.
Functions ¶
func SendFromKgSender ¶
SendFromKgSender 发送给配置的收件人
func SendKgEmail ¶
func SendToKgSender ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.