Index: trunk/phase3/includes/SpecialEmailuser.php |
— | — | @@ -158,8 +158,8 @@ |
159 | 159 | // This is a bit ugly, but will serve to differentiate |
160 | 160 | // wiki-borne mails from direct mails and protects against |
161 | 161 | // SPF and bounce problems with some mailers (see below). |
162 | | - global $wgEmergencyContact; |
163 | | - $mailFrom = new MailAddress( $wgEmergencyContact ); |
| 162 | + global $wgPasswordSender; |
| 163 | + $mailFrom = new MailAddress( $wgPasswordSender ); |
164 | 164 | $replyTo = $from; |
165 | 165 | } else { |
166 | 166 | // Put the sending user's e-mail address in the From: header. |