Skip to content

Add Support for Delivery Status Notification (DSN) in SMTP Client #38

@rustmailer

Description

@rustmailer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions