MediaWiki REL1_35
UserMailerSplitToHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
21 public function onUserMailerSplitTo( &$to );
22}
Stores a single person's name and email address.
onUserMailerSplitTo(&$to)
This hook is called in UserMailer::send() to give extensions a chance to split up an email with multi...