MediaWiki master
EmailUserCCHook.php
Go to the documentation of this file.
1<?php
2
4
6
14interface EmailUserCCHook {
26 public function onEmailUserCC( &$to, &$from, &$subject, &$text );
27}
28
30class_alias( EmailUserCCHook::class, 'MediaWiki\\Hook\\EmailUserCCHook' );
Represent and format a single name and email address pair for SMTP.
This is a hook handler interface, see docs/Hooks.md.
onEmailUserCC(&$to, &$from, &$subject, &$text)
This hook is called before sending the copy of the email to the author.