Skip to content

MAILER - Support delivery status notifications #51354

@Herz3h

Description

@Herz3h

Description

Would it be possible to add delivery status notification support, so that we could enable delivery proof.

https://www.rfc-editor.org/rfc/rfc1891

It requires the server to support the DSN extension and if option is enabled for the mail, change the RCPT TO command to:

RCPT TO: email@example.com NOTIFY=SUCCESS,FAILURE,DELAY

Which could notify expeditor in case of success, failure or delay.

Example

$email->to('email@example.com', [DSN::SUCCESS, DSN::FAILURE, DSN::DELAY]) // same for addTo

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions