1
2
3
4
mod config;
mod send;

pub use send::EmailNotifier;