Prevent sending emails with hook_mail_alter() in d6?
Mario Schnauss <[email protected]>
| Newsgroups | gmane.comp.php.drupal.devel |
|---|---|
| Message-ID | <81E696C5C04B324BACD5B46ED537B2522E25388099@camira-zh.corp.unic.com> |
Hi all, i am looking for a clean way to prevent drupal 6 sending emails on my custom conditions. In drupal7 i can use hook_mail_alter() and set "send" parameter to false. Is there an workaround for that drupal6? thank you, Mario