go smtp:用Go编写的SMTP客户端和服务器库 源码

solo67171 9 0 ZIP 2021-02-27 10:02:25

go-smtp 用Go编写的ESMTP客户端和服务器库。 产品特点 实施ESMTP客户端和服务器 支持SMTP 和 UTF-8对主题和消息的支持 支持 用法 客户 package main import ( "log" "strings" "github.com/emersion/go-sasl" "github.com/emersion/go-smtp" ) func main () { // Set up authentication information. auth := sasl . NewPlainClient ( "" , "user@example.com" ,

用户评论
请输入评论内容
评分:
暂无评论