Skip to main content

ISESV2SendCustomVerificationEmailRequest

Interface in AWS.SESV2

Interface for SendCustomVerificationEmail requests.

Ancestors

Properties

ConfigurationSetName

property ConfigurationSetName: string

The name of the configuration set to use when sending the verification email.

When specified, the verification email will use the delivery options, event destinations, reputation tracking, and other settings defined in this configuration set. This field is optional. When not specified, the verification email will be sent using your account's default settings without any configuration set policies or tracking. Using a configuration set enables tracking of verification email delivery events and applying consistent sending policies to the verification process.

EmailAddress

property EmailAddress: string

The email address to verify and add to your account's identity list.

This email address will be automatically added to your Amazon SES identities and sent a custom verification email. The recipient must click the verification link in the email to complete the identity verification process. This field is required and must contain a properly formatted email address that you want to verify for sending emails through Amazon SES.

TemplateName

property TemplateName: string

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

This template defines the subject line, email content, success URL, and failure URL for the custom verification email that will be sent to the specified email address. The template must be created before using this operation. This field is required and must be at least 1 character in length. The template name must refer to an existing custom verification email template in your Amazon SES account. Custom verification email templates allow you to brand and customize the verification process to match your application's look and feel.