Skip to main content

Crate polymail

Crate polymail 

Source

Modules§

provider

Structs§

Address
An email address with an optional display name.
Attachment
A file attachment.
Email
A fully-described email, ready to hand off to any provider.
FallbackMailer
A mailer that tries multiple providers in order.
SendResult
The result of a successful single send.

Enums§

BatchItemResult
The result of a single email within a batch.
Body
The email body — text, html, or both.
SendError
Errors that can occur when sending an email.

Traits§

Mailer
Trait implemented by each email provider.