1
2
3
4
5
6
7
//! Services monitor system using SMTP

pub mod service;
pub mod mail;
pub mod errors;
mod macros;