Documentation
¶
Index ¶
Constants ¶
View Source
const ( CONTENT_TYPE_HTML = "Content-Type: text/html; charset=UTF-8" CONTENT_TYPE_TEXT = "Content-Type: text/plain; charset=UTF-8" )
Variables ¶
View Source
var ( DefaultAccount = Account{ Username: "ckeyer_alarm@163.com", Nickname: "Ckeyer-Alarm", Password: "fpwjxqryyrfqccjr", Host: "smtp.163.com:25", } TmpAccount = Account{ Username: "sf_monitor@163.com", Nickname: "SF-Monitor", Password: "cqwsmdgupjmareyc", Host: "smtp.163.com:25", } FunxData = Account{ Username: "funxdata@163.com", Nickname: "Funx-Data", Password: "orrmtgbgmdxmcsru", Host: "smtp.163.com:25", } CKAC = Account{ Username: "alarm@ckeyer.com", Nickname: "Ckeyer-Lala", Password: "ginopqrrimzcbhfb", Host: "smtp.qq.com:25", } )
View Source
var (
ERR_NO_SEND_LIST = errors.New("no found send list")
)
Functions ¶
func SetContent ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.