You are here

constant MANDRILL_QUEUE in Mandrill 7

Same name and namespace in other branches
  1. 8 mandrill.module \MANDRILL_QUEUE
  2. 7.2 mandrill.module \MANDRILL_QUEUE

@file Enables Drupal to send email directly through Mandrill.

Overriding mail handling in Drupal to make Mandrill the default transport layer, requires to change the mail_system variable's default value array('default-system' => 'DefaultMailSystem'). This module uses array('default-system' => 'MailChimpMandrillMailSystem').

1 use of MANDRILL_QUEUE
MandrillMailSystem::mail in lib/mandrill.mail.inc
Send the email message.

File

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

Code

define('MANDRILL_QUEUE', 'mandrill_queue');