Skip to main content

Crate rok_mail

Crate rok_mail 

Source

Re-exports§

pub use config::MailConfig;
pub use error::MailError;
pub use mailable::Mailable;

Modules§

config
error
errors
mailable

Structs§

Mail

Functions§

global_config
Retrieve the global mail config, if set.
set_global_config
Set a global MailConfig that is used by SendMailJob and other out-of-request-context mail operations. Call once during app boot.