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

GetCustomVerificationEmailTemplateResponse

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

The content of the custom verification email template.

interface GetCustomVerificationEmailTemplateResponse {
FailureRedirectionURL?: string | null;
FromEmailAddress?: string | null;
SuccessRedirectionURL?: string | null;
TemplateContent?: string | null;
TemplateName?: string | null;
TemplateSubject?: string | null;
}

§Properties

§
FailureRedirectionURL?: string | null
[src]

The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

§
FromEmailAddress?: string | null
[src]

The email address that the custom verification email is sent from.

§
SuccessRedirectionURL?: string | null
[src]

The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

§
TemplateContent?: string | null
[src]

The content of the custom verification email.

§
TemplateName?: string | null
[src]

The name of the custom verification email template.

§
TemplateSubject?: string | null
[src]

The subject line of the custom verification email.