Module transport

Module transport 

Source
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§

console
Console transport implementation.
smtp
SMTP transport implementation.

Enums§

TransportError
Errors that can occur while sending an email using a transport backend.

Traits§

Transport
A generic asynchronous email transport interface.

Type Aliases§

TransportResult
A Convenience alias for results returned by transport operations.