powered by
Deprecated. Use the VerifyEmailIdentity operation to verify a new email address.
VerifyEmailIdentity
ses_verify_email_address(EmailAddress)
[required] The email address to be verified.
svc$verify_email_address( EmailAddress = "string" )
# NOT RUN { # The following example starts the email address verification process with # Amazon SES: svc$verify_email_address( EmailAddress = "user@example.com" ) # } # NOT RUN { # }
Run the code above in your browser using DataLab