View source: R/ses_operations.R
ses_list_custom_verification_email_templates | R Documentation |
Lists the existing custom verification email templates for your account in the current Amazon Web Services Region.
See https://www.paws-r-sdk.com/docs/ses_list_custom_verification_email_templates/ for full documentation.
ses_list_custom_verification_email_templates(
NextToken = NULL,
MaxResults = NULL
)
NextToken |
An array the contains the name and creation time stamp for each template in your Amazon SES account. |
MaxResults |
The maximum number of custom verification email templates to return. This value must be at least 1 and less than or equal to 50. If you do not specify a value, or if you specify a value less than 1 or greater than 50, the operation returns up to 50 results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.