Crate soph_mail

Crate soph_mail 

Source

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.
AsyncSmtpTransport
Asynchronously sends emails using the SMTP protocol
Mail
Message
Email message which can be formatted
SmtpTransport
Synchronously send emails using the SMTP protocol
Tokio1Executor
Async Executor using tokio 1.x

Traits§

AsyncTransport
Async Transport method for emails
Executor
Async executor abstraction trait
Transport
Blocking Transport method for emails

Type Aliases§

AnyError
BoxCallback
BoxClosure
BoxError
BoxFuture
Callback
Closure
Instance
MailResult
Result
SharedString

Attribute Macros§

async_trait