Returns the user’s current sending limits.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Optional |
An associative array of parameters that can have the following keys:
|
Returns
Type |
Description |
---|---|
A |
Examples
Get the alotted send quota.
// Instantiate the class $email = new AmazonSES(); $response = $email->get_send_quota(); // 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