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}
Represent and format a single name and email address pair for SMTP.
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,...