Crate mailgun_v3

Source
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§

email
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
EmailAddress
! An email address, with or without a display name
ReqError
The Errors that may occur when processing a Request.

Type Aliases§

MailgunResult
! Wrapper result type returning reqwest errors