amazonka-ses-1.2.0.2: Amazon Simple Email Service SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SES.VerifyEmailAddress

Contents

Description

Verifies an email address. This action causes a confirmation email message to be sent to the specified address.

The VerifyEmailAddress action is deprecated as of the May 15, 2012 release of Domain Verification. The VerifyEmailIdentity action is now preferred.

This action is throttled at one request per second.

See: AWS API Reference for VerifyEmailAddress.

Synopsis

Creating a Request

verifyEmailAddress Source

Creates a value of VerifyEmailAddress with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

veaEmailAddress :: Lens' VerifyEmailAddress Text Source

The email address to be verified.

Destructuring the Response

verifyEmailAddressResponse :: VerifyEmailAddressResponse Source

Creates a value of VerifyEmailAddressResponse with the minimum fields required to make a request.