Modules§
- address
- Email addresses
- config
- error
- message
- Provides a strongly typed way to build emails
- support
- traits
- transport
- Transports for sending emails
Macros§
- cfg_if
- The main macro provided by this crate. See crate documentation for more information.
Structs§
- Address
- Represents an email address with a user and a domain name.
- Async
Smtp Transport - Asynchronously sends emails using the SMTP protocol
- Message
- Email message which can be formatted
- Smtp
Transport - Synchronously send emails using the SMTP protocol
- Tokio1
Executor - Async
Executorusingtokio1.x
Traits§
- Async
Transport - Async Transport method for emails
- Executor
- Async executor abstraction trait
- Transport
- Blocking Transport method for emails