Get Custom Verification Email Template
ses_get_custom_verification_email_template | R Documentation |
Returns the custom email verification template for the template name you specify¶
Description¶
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.
Usage¶
Arguments¶
TemplateName
[required] The name of the custom verification email template to retrieve.
Value¶
A list with the following syntax:
list(
TemplateName = "string",
FromEmailAddress = "string",
TemplateSubject = "string",
TemplateContent = "string",
SuccessRedirectionURL = "string",
FailureRedirectionURL = "string"
)