文件名称:go-smtpserver
文件大小:17KB
文件格式:ZIP
更新时间:2024-07-30 06:50:00
Go
去邮件服务器 package main import ( "fmt" . "github.com/memememomo/go-smtpserver" "log" "net" "regexp" "strconv" ) type MyServer struct { Smtp Queue [] string } func ( s * MyServer ) ValidateRecipient ( args ... string ) * Reply { local_domains := [] string { "example.com" , "example.org" } recipient := args [ 0 ] re
【文件预览】:
go-smtpserver-master
----.gitignore(252B)
----utiltest_test.go(3KB)
----testutil()
--------testutil.go(309B)
----README.md(2KB)
----esmtp_test.go(6KB)
----LICENSE(1KB)
----8bitmime.go(335B)
----pipelining.go(2KB)
----xforward.go(2KB)
----smtp_test.go(2KB)
----lmtp.go(1KB)
----starttls.go(1KB)
----extension.go(871B)
----esmtp.go(4KB)
----server.go(8KB)
----smtp.go(9KB)