You are here

function mandrill_add_webhook in Mandrill 8

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

Create a new inbound domain.

File

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

Code

function mandrill_add_webhook($path, $events, $description = 'Drupal Webhook') {
  throw new \Exception('Use the addWebhook() method on the API service class instead.');
}