torii-mailer 0.5.2

Pluggable email system for the torii authentication ecosystem
Documentation
1
2
3
4
5
6
7
mod file;
mod sendmail;
pub mod smtp;

pub use file::FileTransport;
pub use sendmail::SendmailTransport;
pub use smtp::{SmtpTransport, TlsConfig};