文件名称:postmark:用于Postmark API的Golang软件包
文件大小:30KB
文件格式:ZIP
更新时间:2024-06-14 17:19:21
Go
邮戳 用于使用Postmark API的Golang软件包。 安装 go get -u github.com/keighl/postmark 基本用法 拿起您的和您的 。 import ( "github.com/keighl/postmark" ) client := postmark . NewClient ( "[SERVER-TOKEN]" , "[ACCOUNT-TOKEN]" ) email := postmark. Email { From : "no-reply@example.com" , To : "tito@example.com" , Subject : "Reset your password" , HtmlBody : "..." , TextBody : "..." , Tag : "pw-reset" , TrackOpe
【文件预览】:
postmark-master
----.travis.yml(307B)
----email.go(3KB)
----templates.go(8KB)
----stats_test.go(6KB)
----server.go(741B)
----server_test.go(2KB)
----servers.go(2KB)
----messages_outbound_test.go(7KB)
----servers_test.go(2KB)
----postmark_test.go(473B)
----sender_signatures_test.go(844B)
----email_test.go(2KB)
----LICENSE(702B)
----bounce_test.go(5KB)
----bounce.go(5KB)
----sender_signatures.go(1KB)
----messages_inbound_test.go(6KB)
----messages_inbound.go(4KB)
----messages_outbound.go(7KB)
----.gitignore(295B)
----postmark.go(3KB)
----templates_test.go(7KB)
----CHANGELOG.md(559B)
----README.md(3KB)
----.editorconfig(322B)
----stats.go(9KB)