MediaWiki REL1_35
UserMailerTransformMessageHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
28 public function onUserMailerTransformMessage( $to, $from, &$subject, &$headers,
29 &$body, &$error
30 );
31}
Stores a single person's name and email address.
onUserMailerTransformMessage( $to, $from, &$subject, &$headers, &$body, &$error)
This hook is called in UserMailer::send() to change email after it has gone through the MIME transfor...