CreateCustomVerificationEmailTemplate - Amazon Simple Email Service

CreateCustomVerificationEmailTemplate

Creates a new custom verification email template.

For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.

You can execute this operation no more than once per second.

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

FailureRedirectionURL

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

Type: String

Required: Yes

FromEmailAddress

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

Type: String

Required: Yes

SuccessRedirectionURL

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

Type: String

Required: Yes

TemplateContent

The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

Type: String

Required: Yes

TemplateName

The name of the custom verification email template.

Type: String

Required: Yes

TemplateSubject

The subject line of the custom verification email.

Type: String

Required: Yes

Errors

For information about the errors that are common to all actions, see Common Errors.

CustomVerificationEmailInvalidContent

Indicates that custom verification email template provided content is invalid.

HTTP Status Code: 400

CustomVerificationEmailTemplateAlreadyExists

Indicates that a custom verification email template with the name you specified already exists.

HTTP Status Code: 400

FromEmailAddressNotVerified

Indicates that the sender address specified for a custom verification email is not verified, and is therefore not eligible to send the custom verification email.

HTTP Status Code: 400

LimitExceeded

Indicates that a resource could not be created because of service limits. For a list of Amazon SES limits, see the Amazon SES Developer Guide.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: