1. 首页
  2. 数据库
  3. 其它
  4. go smtp:用Go编写的SMTP客户端和服务器库 源码

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

上传者: 2021-02-27 10:23:25上传 ZIP文件 43.36KB 热度 10次
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" ,
用户评论