mailgun-go:Go库,用于使用Mailgun API发送邮件

时间:2021-02-03 14:30:49
【文件属性】:
文件名称:mailgun-go:Go库,用于使用Mailgun API发送邮件
文件大小:104KB
文件格式:ZIP
更新时间:2021-02-03 14:30:49
go maigun GoGo Mailgun with Go Go库,用于与 进行交互。 用法 package main import ( "context" "fmt" "log" "time" "github.com/mailgun/mailgun-go/v4" ) // Your available domain names can be found here: // (https://app.mailgun.com/app/domains) var yourDomain string = "your-domain-name" // e.g. mg.yourcompany.com // You can find the Private API Key in your Account Menu, under "Settings": // (https://app.mailgun.com/app/account/security) var privateAPIKey string = "your-private-key" func main () { // Cre
【文件预览】:
mailgun-go-master
----ips_test.go(1KB)
----exports_test.go(1KB)
----parse_test.go(6KB)
----.gitignore(37B)
----limits_test.go(418B)
----mock_ips.go(2KB)
----domains_test.go(5KB)
----messages_test.go(18KB)
----README.md(11KB)
----mailgun.go(16KB)
----tags.go(4KB)
----template_versions_test.go(2KB)
----ips.go(3KB)
----webhooks.go(4KB)
----domains.go(12KB)
----routes_test.go(3KB)
----storage_test.go(1KB)
----mock_webhooks.go(2KB)
----examples_test.go(5KB)
----mock_domains.go(9KB)
----events_test.go(5KB)
----mock_routes.go(3KB)
----examples()
--------examples.go(27KB)
----common_test.go(785B)
----version.go(71B)
----LICENSE(1KB)
----mock.go(4KB)
----mock_validation.go(2KB)
----spam_complaints_test.go(2KB)
----mailgun_test.go(852B)
----go.mod(390B)
----messages.go(26KB)
----mailing_lists.go(8KB)
----events()
--------objects.go(2KB)
--------events.go(7KB)
--------enums.go(2KB)
----stats_test.go(833B)
----credentials.go(6KB)
----credentials_test.go(1KB)
----routes.go(8KB)
----mailing_lists_test.go(4KB)
----acceptance_test.go(550B)
----members.go(8KB)
----rest_shim.go(6KB)
----mock_events.go(6KB)
----httphelpers.go(7KB)
----template.go(6KB)
----mock_messages.go(3KB)
----email_validation.go(7KB)
----template_versions.go(6KB)
----template_test.go(2KB)
----mock_exports.go(1KB)
----recipients.go(803B)
----unsubscribes_test.go(2KB)
----unsubscribes.go(5KB)
----tags_test.go(2KB)
----go.sum(2KB)
----.travis.yml(54B)
----email_validation_test.go(3KB)
----bounces.go(6KB)
----spam_complaints.go(5KB)
----stats.go(3KB)
----limits.go(510B)
----Makefile(448B)
----CHANGELOG(7KB)
----mock_mailing_list.go(10KB)
----webhooks_test.go(4KB)
----bounces_test.go(4KB)
----rfc2822.go(1KB)
----exports.go(3KB)
----events.go(8KB)
----parse.go(3KB)

网友评论