You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm using the mail-send crate for sending emails in Rust and it works great for my needs so far. However, I noticed that there’s no direct support for configuring Delivery Status Notification (DSN) parameters, which are part of the SMTP protocol extension (RFC 3461). DSN is useful for receiving notifications about email delivery status (success, failure, or delay), and I’d love to see this feature added to the library.
DSN support depends on the SMTP server, but adding client-side configuration would make mail-send more versatile.