MediaWiki master
UserMailerChangeReturnPathHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
25 public function onUserMailerChangeReturnPath( $to, &$returnPath );
26}
Stores a single person's name and email address.
This is a hook handler interface, see docs/Hooks.md.
onUserMailerChangeReturnPath( $to, &$returnPath)
This hook is called to generate a VERP return address when UserMailer sends an email,...