Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.
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 identities.
// Instantiate the class $email = new AmazonSES(); $response = $email->list_identities(); // Success? var_dump($response->isOK());Result:
bool(true)
Source
Method defined in services/ses.class.php | Toggle source view (6 lines) | View on GitHub