[][src]Module mailgun_v3::email

Send email through Mailgun

Re-exports

pub use crate::EmailAddress;

Modules

async_impl

Structs

Message

An email to send through Mailgun. Won't send without a body

SendResponse

Enums

MessageBody

Html and Text emails use different API params

SendOptions

Some of the parameters exposed by the mailgun send API

Functions

send_email

Sends a single email from the specified sender address API docs

send_with_client

Same as send_email but with an externally managed client

send_with_request_builder

Same as send_email but with an externally managed request builder. Use this in case you want to send the mails to a custom API endpoint, e.g. for testing.