You are here

function Mandrill::users_senders in Mandrill 6

@link https://mandrillapp.com/api/docs/users.html#method=senders

Return value

array|Mandrill_Exception

File

./mandrill.class.php, line 117

Class

Mandrill

Code

function users_senders() {
  return $this
    ->request('users/senders');
}