You are here

function mandrill_delete_inbound_domain in Mandrill 8

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

Delete an inbound domain.

File

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

Code

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