Crate mailgun_v3[][src]

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

Validate emails through Mailgun, to reduce bounce rate, find typos, etc

Structs

! Mailgun private API key and sending domain

! An email address, with or without a display name

The Errors that may occur when processing a Request.

Type Definitions

! Wrapper result type returning reqwest errors