MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. 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. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "UserMailerChangeReturnPath" to register handlers implementing this interface.
Definition at line 14 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.