You are here

public function DrupalMandrill::users_senders in Mandrill 7

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

Return value

array|MandrillException

File

lib/mandrill.inc, line 163
Wrapper class around the Mandrill API.

Class

DrupalMandrill
Class DrupalMandrill.

Code

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