You are here

function hook_mandrill_mail_alter in Mandrill 7

Same name and namespace in other branches
  1. 7.2 mandrill.api.php \hook_mandrill_mail_alter()

Allows other modules to alter the Mandrill message and sender arguments.

@array $mandrill_params The mandril message array

@array $message The drupal_mail message array.

See also

MandrillMailSystem::mail()

drupal_mail()

1 function implements hook_mandrill_mail_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

mandrill_template_mandrill_mail_alter in modules/mandrill_template/mandrill_template.module
Implements hook_mandrill_mail_alter().
1 invocation of hook_mandrill_mail_alter()
MandrillMailSystem::mail in lib/mandrill.mail.inc
Send the email message.

File

./mandrill.api.php, line 21
This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.

Code

function hook_mandrill_mail_alter(&$mandrill_params, $message) {

  // No example.
}