Returns a list containing all of the email addresses that have been verified.
The ListVerifiedEmailAddresses action is deprecated as of the May 15, 2012 release of Domain Verification. The ListIdentities action is now preferred.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Optional |
An associative array of parameters that can have the following keys:
|
Returns
Type |
Description |
---|---|
A |
Examples
List all verified email addresses.
// Instantiate the class $email = new AmazonSES(); $response = $email->list_verified_email_addresses(); // Success? var_dump($response->isOK());Result:
bool(true)
Related Methods
Source
Method defined in services/ses.class.php | Toggle source view (6 lines) | View on GitHub