README ¶ 配置文件如下 [email] host="smtp.exmail.qq.com" port=465 username="xxx@xxxxx.com" password="XXXXXXXXX" 使用方式如下 gomail.SendEmail( "wenzhenxi@sunmi.com", // 发送给谁 "service@sunmi.com", // 发送者的邮箱 "SUNMI", // 发送者的名称 "SUNMI激活邮件", // 邮件主题 "URL:xxxxxxxxx", // 邮件内容 ) Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func SendEmail(email, fromMail, formNmae, subject, text string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SendEmail ¶ func SendEmail(email, fromMail, formNmae, subject, text string) error Types ¶ This section is empty. Source Files ¶ View all Source files gomail.go Click to show internal directories. Click to hide internal directories.