Available on crate feature
email only.Expand description
This module defines the email transport system for sending emails in Cot.
It provides a Transport trait that can be implemented by different email
backends (e.g., SMTP, console). The module also defines error handling for
transport operations.
Modules§
Enums§
- Transport
Error - Errors that can occur while sending an email using a transport backend.
Traits§
- Transport
- A generic asynchronous email transport interface.
Type Aliases§
- Transport
Result - A Convenience alias for results returned by transport operations.