You are here

function mandrill_mailsend in Mandrill 8

Same name and namespace in other branches
  1. 7.2 mandrill.module \mandrill_mailsend()
  2. 7 mandrill.module \mandrill_mailsend()

Abstracts sending of messages, allowing queueing option.

@DEPRECATED

File

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

Code

function mandrill_mailsend($message, $function, $args = array()) {
  throw new \Exception('Use send() method on MandrillService instead.');
}