GetCustomVerificationEmailTemplate
Returns the custom email verification template for the template name you specify.
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.
- TemplateName
-
The name of the custom verification email template to retrieve.
Type: String
Required: Yes
Response Elements
The following elements are returned by the service.
- FailureRedirectionURL
-
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
Type: String
- FromEmailAddress
-
The email address that the custom verification email is sent from.
Type: String
- SuccessRedirectionURL
-
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
Type: String
- TemplateContent
-
The content of the custom verification email.
Type: String
- TemplateName
-
The name of the custom verification email template.
Type: String
- TemplateSubject
-
The subject line of the custom verification email.
Type: String
Errors
For information about the errors that are common to all actions, see Common Errors.
- CustomVerificationEmailTemplateDoesNotExist
-
Indicates that a custom verification email template with the name you specified does not exist.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: