Home
last modified time | relevance | path

Searched full:mail_message_send (Results 1 – 5 of 5) sorted by last modified time

/dokuwiki/inc/
H A DMailer.class.php712 * @triggers MAIL_MESSAGE_SEND
738 $evt = new Event('MAIL_MESSAGE_SEND', $data);
/plugin/bez/action/
H A Dmaildebug.php20 $controller->register_hook('MAIL_MESSAGE_SEND', 'BEFORE', $this, 'handle_debug', null, -3999);
/plugin/dev/
H A Devents.txt82 MAIL_MESSAGE_SEND
/plugin/smtp/
H A Daction.php22 $controller->register_hook('MAIL_MESSAGE_SEND', 'BEFORE', $this, 'handle_mail_message_send');
/plugin/swiftmail/
H A Daction.php23 $controller->register_hook('MAIL_MESSAGE_SEND',