postmark 2.0.0

Postmark rust client
Documentation
1
2
3
4
5
6
7
//! Bulk email API endpoints.

mod get_bulk_status;
mod send_bulk;

pub use get_bulk_status::*;
pub use send_bulk::*;