go smtp:用Go编写的SMTP客户端和服务器库 源码
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" ,
文件列表
go-smtp-master.zip
(预估有个22文件)
go-smtp-master
.build.yml
436B
backend.go
3KB
cmd
smtp-debug-server
main.go
986B
server.go
6KB
smtp.go
711B
server_test.go
28KB
example_test.go
3KB
暂无评论