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

AddHeaderAction

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

When included in a receipt rule, this action adds a header to the received email.

For information about adding a header using a receipt rule, see the Amazon SES Developer Guide.

interface AddHeaderAction {
HeaderName: string;
HeaderValue: string;
}

§Properties

§
HeaderName: 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.

§
HeaderValue: string
[src]

Must be less than 2048 characters, and must not contain newline characters ("\r" or "\n").