sesv2_send_custom_verification_email {paws.customer.engagement} | R 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/sesv2_send_custom_verification_email/ for full documentation.
Usage
sesv2_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. |
[Package paws.customer.engagement version 0.7.0 Index]