io-smtp 0.1.0

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

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