Manual:$wgEmergencyContact
From MediaWiki.org
| Email settings: $wgEmergencyContact | |
|---|---|
| Site admin email address |
|
| Introduced in version: | pre 1.1.0 |
| Removed in version: | still in use |
| Allowed values: | e-mail address |
| Default value: | Installation/Web server contact in earlier versions: 'admin@' . $wgServerName (Server name filled in using the SERVER_NAME environment variable before $wgServerName was added in 1.3.8.) |
Other settings: Alphabetical | By Function
[edit] Details
This allows the site administrator to specify an email address that the wiki can contact if something goes wrong. Current versions of MediaWiki (1.13 and above) do not use this setting, having delegated its uses to $wgPasswordSender, but future versions or extensions might.
[edit] Pre-1.13
This setting was very important before revision 38375. It was used for:
- Certain error messages displayed to users
- The return address for password reminders
- The default sender address of email notifications to wiki members, such as page change notifications and watchlist notifications