MediaWiki master
UserMailerSplitToHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Mail\Hook;
4
6
24 public function onUserMailerSplitTo( &$to );
25}
26
28class_alias( UserMailerSplitToHook::class, 'MediaWiki\\Hook\\UserMailerSplitToHook' );
Represent and format a single name and email address pair for SMTP.
This is a hook handler interface, see docs/Hooks.md.
onUserMailerSplitTo(&$to)
This hook is called in UserMailer::send() to give extensions a chance to split up an email with multi...