MediaWiki master
UserMailerChangeReturnPathHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Mail\Hook;
4
6
25 public function onUserMailerChangeReturnPath( $to, &$returnPath );
26}
27
29class_alias( UserMailerChangeReturnPathHook::class, 'MediaWiki\\Hook\\UserMailerChangeReturnPathHook' );
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,...