Re-exports§
pub use config::MailConfig;pub use error::MailError;pub use mailable::Mailable;
Modules§
Structs§
Functions§
- global_
config - Retrieve the global mail config, if set.
- set_
global_ config - Set a global
MailConfigthat is used bySendMailJoband other out-of-request-context mail operations. Call once during app boot.