io-smtp 0.2.2

SMTP client library for Rust
Documentation
1
2
3
4
5
6
7
//! DSN EHLO capability (RFC 3461 ยง4).

/// EHLO capability keyword for Delivery Status Notifications.
///
/// Use with `SmtpEhloResponse::has_capability(DSN)` to check whether the
/// server supports the DSN ESMTP parameters on MAIL FROM and RCPT TO.
pub const DSN: &str = "DSN";