Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MessageDsn

import type { MessageDsn } from "https://aws-api.deno.dev/v0.3/services/ses.ts?docs=full";

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.

interface MessageDsn {
ArrivalDate?: Date | number | null;
ExtensionFields?: ExtensionField[] | null;
ReportingMta: string;
}

§Properties

§
ArrivalDate?: Date | number | null
[src]

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

§
ExtensionFields?: ExtensionField[] | null
[src]

Additional X-headers to include in the DSN.

§
ReportingMta: string
[src]

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.