You are here

function mandrill_add_inbound_domain in Mandrill 8

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

Create a new inbound domain.

File

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

Code

function mandrill_add_inbound_domain($domain) {
  throw new \Exception('Use the addInboundDomain() method on the API service class instead.');
}