MediaWiki
master
UserMailerSplitToHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MailAddress
;
6
14
interface
UserMailerSplitToHook
{
24
public
function
onUserMailerSplitTo
( &$to );
25
}
MailAddress
Represent and format a single name and email address pair for SMTP.
Definition
MailAddress.php:36
MediaWiki\Hook\UserMailerSplitToHook
This is a hook handler interface, see docs/Hooks.md.
Definition
UserMailerSplitToHook.php:14
MediaWiki\Hook\UserMailerSplitToHook\onUserMailerSplitTo
onUserMailerSplitTo(&$to)
This hook is called in UserMailer::send() to give extensions a chance to split up an email with multi...
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
mail
Hook
UserMailerSplitToHook.php
Generated on Wed Oct 9 2024 03:24:42 for MediaWiki by
1.10.0