1 2 3 4 5 6 7
//! Email sending endpoints: single send and batch send. mod batch; mod send; pub use batch::*; pub use send::*;