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

SendCustomVerificationEmailRequest

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

Represents a request to send a custom verification email to a specified recipient.

interface SendCustomVerificationEmailRequest {
ConfigurationSetName?: string | null;
EmailAddress: string;
TemplateName: string;
}

§Properties

§
ConfigurationSetName?: string | null
[src]

Name of a configuration set to use when sending the verification email.

§
EmailAddress: string
[src]

The email address to verify.

§
TemplateName: string
[src]

The name of the custom verification email template to use when sending the verification email.