rust-integration-services 0.5.26

A modern, fast, and lightweight integration library written in Rust, designed for memory safety and stability.
Documentation
1
2
3
4
5
6
7
8
pub enum SmtpMode {
    /// Production SMTP relay with `ESMTP`
    RelayEsmtp,
    /// Production SMTP relay with `STARTTLS`
    RelayStartTls,
    /// Testing SMTP without `ESMTP` or `STARTTLS`
    Testing,
}