function mandrill_mailsend in Mandrill 8
Same name and namespace in other branches
- 7.2 mandrill.module \mandrill_mailsend()
- 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.');
}