NotificationHeaderTrait
Delivery / disposition notification header field names (RFC 3461 DSN, RFC 8098 MDN).
Mixed into MailHeader.
Tags
Table of Contents
Constants
- DISPOSITION_NOTIFICATION_OPTIONS : string = 'Disposition-Notification-Options'
- `Disposition-Notification-Options` — Parameters governing the requested MDN (RFC 8098).
- DISPOSITION_NOTIFICATION_TO : string = 'Disposition-Notification-To'
- `Disposition-Notification-To` — Requests a read receipt (MDN) to this address (RFC 8098).
- ORIGINAL_MESSAGE_ID : string = 'Original-Message-ID'
- `Original-Message-ID` — Message-ID of the message a notification refers to.
- RETURN_RECEIPT_TO : string = 'Return-Receipt-To'
- `Return-Receipt-To` — Legacy, non-standard read-receipt request.
Constants
DISPOSITION_NOTIFICATION_OPTIONS
`Disposition-Notification-Options` — Parameters governing the requested MDN (RFC 8098).
public
string
DISPOSITION_NOTIFICATION_OPTIONS
= 'Disposition-Notification-Options'
DISPOSITION_NOTIFICATION_TO
`Disposition-Notification-To` — Requests a read receipt (MDN) to this address (RFC 8098).
public
string
DISPOSITION_NOTIFICATION_TO
= 'Disposition-Notification-To'
ORIGINAL_MESSAGE_ID
`Original-Message-ID` — Message-ID of the message a notification refers to.
public
string
ORIGINAL_MESSAGE_ID
= 'Original-Message-ID'
RETURN_RECEIPT_TO
`Return-Receipt-To` — Legacy, non-standard read-receipt request.
public
string
RETURN_RECEIPT_TO
= 'Return-Receipt-To'