package
0.0.0-20241226145920-483c662f7ff1
Repository: https://github.com/pingooio/stdx.git
Documentation: pkg.go.dev
# Constants
Use these to specify a spam action when creating a new domain.
Use these to specify a spam action when creating a new domain.
instructs Mailgun to just block or delete the message all-together.
Prevents Mailgun from taking any action on what it perceives to be spam.
Tag the received message with headers providing a measure of its spamness.
# Structs
See https://github.com/mailgun/mailgun.js/blob/master/lib/Types/Common/Error.ts and https://github.com/mailgun/mailgun.js/tree/master/lib/Classes and https://github.com/mailgun/mailgun.js/blob/master/lib/Types/Common/ApiResponse.ts.
No description provided by the author
Optional parameters when creating a domain.
DNSRecord structures describe intended records to properly configure your domain for use with Mailgun.
A Domain structure holds information about a domain used when sending mail.
Specify the domain connection options.
No description provided by the author
Specify the domain tracking options.
The tracking status of a domain.
No description provided by the author
# Type aliases
Mailgun uses RFC2822 format for timestamps everywhere ('Thu, 13 Oct 2011 18:02:00 GMT'), but by default Go's JSON package uses another format when decoding/encoding timestamps.
No description provided by the author