ses_send_custom_verification_email: Adds an email address to the list of identities for your...

View source: R/ses_operations.R

ses_send_custom_verification_emailR Documentation

Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it

Description

Adds an email address to the list of identities for your Amazon SES account in the current Amazon Web Services Region and attempts to verify it. As a result of executing this operation, a customized verification email is sent to the specified address.

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

Usage

ses_send_custom_verification_email(
  EmailAddress,
  TemplateName,
  ConfigurationSetName = NULL
)

Arguments

EmailAddress

[required] The email address to verify.

TemplateName

[required] The name of the custom verification email template to use when sending the verification email.

ConfigurationSetName

Name of a configuration set to use when sending the verification email.


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