MediaWiki
1.39.10
UserMailerChangeReturnPathHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MailAddress
;
6
14
interface
UserMailerChangeReturnPathHook
{
25
public
function
onUserMailerChangeReturnPath
( $to, &$returnPath );
26
}
MailAddress
Stores a single person's name and email address.
Definition
MailAddress.php:36
MediaWiki\Hook\UserMailerChangeReturnPathHook
This is a hook handler interface, see docs/Hooks.md.
Definition
UserMailerChangeReturnPathHook.php:14
MediaWiki\Hook\UserMailerChangeReturnPathHook\onUserMailerChangeReturnPath
onUserMailerChangeReturnPath( $to, &$returnPath)
This hook is called to generate a VERP return address when UserMailer sends an email,...
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
mail
Hook
UserMailerChangeReturnPathHook.php
Generated on Tue Oct 1 2024 01:16:10 for MediaWiki by
1.10.0