MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onUserMailerSplitTo (&$to) | |
This hook is called in UserMailer::send() to give extensions a chance to split up an email with multiple To: fields into separate emails. | |
Stable to implement.
Definition at line 11 of file UserMailerSplitToHook.php.
MediaWiki\Hook\UserMailerSplitToHook::onUserMailerSplitTo | ( | & | $to | ) |
This hook is called in UserMailer::send() to give extensions a chance to split up an email with multiple To: fields into separate emails.
MailAddress[] | &$to | Unset the ones which should be mailed separately |
Implemented in MediaWiki\HookContainer\HookRunner.