Skip to content

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

sesv2_get_custom_verification_email_template(TemplateName)

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"
)

Request syntax

svc$get_custom_verification_email_template(
  TemplateName = "string"
)