Searched full:mail_message_send (Results 1 – 5 of 5) sorted by relevance
/plugin/dev/ |
H A D | events.txt | 82 MAIL_MESSAGE_SEND
|
/plugin/bez/action/ |
H A D | maildebug.php | 20 … $controller->register_hook('MAIL_MESSAGE_SEND', 'BEFORE', $this, 'handle_debug', null, -3999);
|
/plugin/swiftmail/ |
H A D | action.php | 23 $controller->register_hook('MAIL_MESSAGE_SEND',
|
/plugin/smtp/ |
H A D | action.php | 22 $controller->register_hook('MAIL_MESSAGE_SEND', 'BEFORE', $this, 'handle_mail_message_send');
|
/dokuwiki/inc/ |
H A D | Mailer.class.php | 692 * @triggers MAIL_MESSAGE_SEND 717 $evt = new Event('MAIL_MESSAGE_SEND', $data);
|