paws.customer.engagement (version 0.1.0)

ses_verify_email_identity: Adds an email address to the list of identities for your Amazon SES account in the current AWS region and attempts to verify it

Description

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

Usage

ses_verify_email_identity(EmailAddress)

Arguments

EmailAddress

[required] The email address to be verified.

Request syntax

svc$verify_email_identity(
  EmailAddress = "string"
)

Details

You can execute this operation no more than once per second.

Examples

Run this code
# NOT RUN {
# The following example starts the email address verification process with
# Amazon SES:
# }
# NOT RUN {
svc$verify_email_identity(
  EmailAddress = "user@example.com"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab