ses_verify_domain_identity: Adds a domain to the list of identities for your Amazon SES account in
the current AWS Region and attempts to verify it
Description
Adds a domain to the list of identities for your Amazon SES account in
the current AWS Region and attempts to verify it. For more information
about verifying domains, see Verifying Email Addresses and Domains
in the Amazon SES Developer Guide.
Usage
ses_verify_domain_identity(Domain)
Arguments
Domain
[required] The domain to be verified.
Request syntax
svc$verify_domain_identity(
Domain = "string"
)
Details
You can execute this operation no more than once per second.
# NOT RUN {# The following example starts the domain verification process with Amazon# SES:svc$verify_domain_identity(
Domain = "example.com")
# }# NOT RUN {# }