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.
You can execute this operation no more than once per second.
Example
Use a bare-bones client and the command you need to make an API call.
// The following example starts the email address verification process with Amazon SES: constinput = { "EmailAddress":"user@example.com" }; constcommand = newVerifyEmailIdentityCommand(input); awaitclient.send(command); // example id: verifyemailidentity-1469049068623
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.
You can execute this operation no more than once per second.
Example
Use a bare-bones client and the command you need to make an API call.
Param
VerifyEmailIdentityCommandInput
Returns
VerifyEmailIdentityCommandOutput
See
input
shape.response
shape.config
shape.Example
VerifyEmailIdentity