You are here

function Mandrill::senders_domains in Mandrill 6

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

Return value

array|Mandrill_Exception

File

./mandrill.class.php, line 126

Class

Mandrill

Code

function senders_domains() {
  return $this
    ->request('senders/domains');
}