Documentation ¶
Overview ¶
Package gsmtp provides a SMTP client to access remote mail server.
Eg: s := smtp.New("smtp.exmail.qq.com:25", "notify@a.com", "password") glog.Println(s.SendMail("notify@a.com", "ulric@b.com;rain@c.com", "subject", "body, <font color=red>red</font>"))
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SMTP ¶
SMTP is the structure for smtp connection
Click to show internal directories.
Click to hide internal directories.