MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onUserMailerChangeReturnPath ( $to, &$returnPath) | |
This hook is called to generate a VERP return address when UserMailer sends an email, with a bounce handling extension. | |
Stable to implement.
Definition at line 11 of file UserMailerChangeReturnPathHook.php.
MediaWiki\Hook\UserMailerChangeReturnPathHook::onUserMailerChangeReturnPath | ( | $to, | |
& | $returnPath | ||
) |
This hook is called to generate a VERP return address when UserMailer sends an email, with a bounce handling extension.
MailAddress[] | $to | Array of MailAddress objects for the recipients |
string | &$returnPath | Return address |
Implemented in MediaWiki\HookContainer\HookRunner.