Crate async_mailer_core
source ·Expand description
Core trait for async-mailer
. Use async-mailer
instead.
Re-exports
pub use mail_send;
Modules
Traits
Type Aliases
- Arc-wrapped dyn
DynMailer
- Boxed dyn
DynMailer
- Type-erased mailer error, for use of
DynMailer
as trait object.