Skip to main contentCrate polymail
Source - provider
- 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.
- 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.
- Mailer
- Trait implemented by each email provider.