摘要: package mail import ( "github.com/jordan-wright/email" "net/smtp" ) func SendText(text string) error { e := email.NewEmail() e.From = from//邮件发送人 e.To 阅读全文
posted @ 2020-04-24 10:12 杨鑫Zz 阅读(177) 评论(0) 推荐(0)