Returns the user’s sending statistics. The result is a list of data points, representing the last two weeks of sending activity.
Each data point in the list contains statistics for a 15-minute interval.
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 statistics of the emails your account has sent.
// Instantiate the class $email = new AmazonSES(); $response = $email->get_send_statistics(); // 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