Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface MessageDsn

Message-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.

For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.

Hierarchy

  • MessageDsn

Properties

ArrivalDate?: Date

When the message was received by the reporting mail transfer agent (MTA), in RFC 822 date-time format.

ExtensionFields?: ExtensionField[]

Additional X-headers to include in the DSN.

ReportingMta: undefined | string

The reporting MTA that attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name). The default value is dns; inbound-smtp.[region].amazonaws.com.