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