verifyEmailAddress

Deprecated. Use the VerifyEmailIdentity operation to verify a new email address.

Samples

// The following example starts the email address verification process with Amazon SES
sesClient.verifyEmailAddress {
    emailAddress = "user@example.com"
}