polymail 0.1.1

Unified email sending interface for multiple providers
Documentation
1
2
3
4
5
6
7
8
9
10
mod email;
mod error;
mod fallback;
mod mailer;
pub mod provider;

pub use email::{Address, Attachment, Body, Email};
pub use error::SendError;
pub use fallback::FallbackMailer;
pub use mailer::{BatchItemResult, Mailer, SendResult};