Expand description
reqwest
based web bindings for Mailgun’s v3 JSON API
This crate wraps some of Mailgun’s APIs, but doesn’t attempt to do much else in terms of error handling or argument sanitization
Modules§
- Send email through Mailgun
- validation
- Validate emails through Mailgun, to reduce bounce rate, find typos, etc
Structs§
- Credentials
- ! Mailgun private API key and sending domain
- Email
Address - ! An email address, with or without a display name
- ReqError
- The Errors that may occur when processing a
Request
.
Type Aliases§
- Mailgun
Result - ! Wrapper result type returning
reqwest
errors