You are here

function mandrill_get_inbound_domains in Mandrill 8

Same name and namespace in other branches
  1. 7.2 mandrill.module \mandrill_get_inbound_domains()

Get a list of inbound email domains.

File

./mandrill.module, line 160
Enables Drupal to send email directly through Mandrill.

Code

function mandrill_get_inbound_domains() {
  throw new \Exception('Use the getInboundDomains() method on the API service class instead.');
}