Get Custom Verification Email Template
sesv2_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 that you want to retrieve.
Value¶
A list with the following syntax:
list(
TemplateName = "string",
FromEmailAddress = "string",
TemplateSubject = "string",
TemplateContent = "string",
SuccessRedirectionURL = "string",
FailureRedirectionURL = "string"
)