diff --git a/www/includes/mail.inc b/www/includes/mail.inc
index 6846901..c6228d8 100644
--- a/www/includes/mail.inc
+++ b/www/includes/mail.inc
@@ -148,6 +148,7 @@ function drupal_mail($module, $key, $to, $language, $params = array(), $from = N
   $message['body'] = is_array($message['body']) ? drupal_wrap_mail(implode("\n\n", $message['body'])) : drupal_wrap_mail($message['body']);
 
   // Optionally send e-mail.
+  drupal_alter('mail_send', $send);
   if ($send) {
     // The original caller requested sending. Sending was canceled by one or
     // more hook_mail_alter() implementations. We set 'result' to NULL, because
