lettermint 0.3.1

Lettermint email service client
Documentation
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::*;