ses_update_custom_verification_email_template: Updates an existing custom verification email template

View source: R/ses_operations.R

ses_update_custom_verification_email_templateR Documentation

Updates an existing custom verification email template

Description

Updates an existing custom verification email template.

See https://www.paws-r-sdk.com/docs/ses_update_custom_verification_email_template/ for full documentation.

Usage

ses_update_custom_verification_email_template(
  TemplateName,
  FromEmailAddress = NULL,
  TemplateSubject = NULL,
  TemplateContent = NULL,
  SuccessRedirectionURL = NULL,
  FailureRedirectionURL = NULL
)

Arguments

TemplateName

[required] The name of the custom verification email template to update.

FromEmailAddress

The email address that the custom verification email is sent from.

TemplateSubject

The subject line of the custom verification email.

TemplateContent

The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see Custom Verification Email Frequently Asked Questions in the Amazon SES Developer Guide.

SuccessRedirectionURL

The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

FailureRedirectionURL

The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.