From c4a548f64d3c941a36edd03903ba388c6c32c1ae Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 1 Sep 2009 17:40:28 +0000 Subject: #331180 follow-up by pwolanin and mfb: Fix sending of mail. --- modules/system/system.api.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 922a340f3..a4ca25049 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -661,9 +661,9 @@ function hook_image_toolkits() { * * Email messages sent using functions other than drupal_mail() will not * invoke hook_mail_alter(). For example, a contributed module directly - * calling the drupal_mail_send() or PHP mail() function will not invoke this - * hook. All core modules use drupal_mail() for messaging, it is best practice - * but not manditory in contributed modules. + * calling the drupal_mail_sending_system()->mail() or PHP mail() function + * will not invoke this hook. All core modules use drupal_mail() for + * messaging, it is best practice but not manditory in contributed modules. * * @param $message * An array containing the message data. Keys in this array include: -- cgit v1.2.3