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

ExtensionField

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

Additional X-headers 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 ExtensionField {
Name: string;
Value: string;
}

§Properties

§
Name: string
[src]

The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.

§
Value: string
[src]

The value of the header to add. Must be less than 2048 characters, and must not contain newline characters ("\r" or "\n").