Delivery status notification is a standard SMTP mechanism to obtain message status report directly from recipients' mail server.
Request fields
dsn Delivery Status Notification Object enabling DSN functionality of Email Plus.
| Path | Type | Description |
|---|---|---|
| notify | String (enumeration) | Comma separated notification statuses. Should be comma separated values of FAILURE, DELAY, SUCCESS or NEVER. NEVER cannot be combined with any of the other values. |
| orcpt | String (email) | Email address (orcpt) to receive the Notification. Must be a well-formed email address. |
| envid | String | Envelope identifier (envid). It may be set to custom ID if DSN notification will be processed by an automated system. |

