Manual:$wgPasswordSender
From MediaWiki.org
| Email settings: $wgPasswordSender | |
|---|---|
| Password reminder email address. |
|
| Introduced in version: | 1.1.0 |
| Removed in version: | still in use |
| Allowed Values: | (string) |
| Default Value: | $wgEmergencyContact from 1.5.0 (see below) 'Wikipedia Mail <apache@' . $wgServerName . '>' from 1.3.8 to 1.4.15 "Wikipedia Mail <apache@" . getenv( "SERVER_NAME" ) . ">" from 1.2.0 to 1.3.7 "Wikipedia Mail <apache@www.wikipedia.org>\r\nReply-To: webmaster@www.wikipedia.org" in v1.1.0 |
Other settings: Alphabetical | By Function
[edit] Details
Password reminder email address The address we should use as sender when a user is requesting his password. Also used as the password sender for other email notifications.
[edit] Usage in DefaultSettings.php
Note that from v1.5.0 upwards, the default value in DefaultSettings.php is initially set to the same value as was used in 1.4.x (with 'Wikipedia' changed to 'MediaWiki' in v1.6.0) but this is overridden later in DefaultSettings.php where it sets it to the value of $wgEmergencyContact, so this initial value is never seen (hence the current default value, above). This information is largely irrelevant, but is included here because it can cause confusion if you are browsing DefaultSettings.php to check the default value.

