function Mandrill::senders_time_series in Mandrill 6
@link https://mandrillapp.com/api/docs/senders.html#method=time-series
Return value
array|Mandrill_Exception
File
- ./
mandrill.class.php, line 153
Class
Code
function senders_time_series($email) {
return $this
->request('senders/time-series', array(
'address' => $email,
));
}