Manual:$wgEnotifFromEditor
From MediaWiki.org
| Email notification (Enotif) settings: $wgEnotifFromEditor | |
|---|---|
| Set to true makes e-mail notifications appearing to come from the editor of a watched page |
|
| Introduced in version: | 1.5.0 |
| Removed in version: | still in use |
| Allowed Values: | (boolean) |
| Default Value: | false |
Other settings: Alphabetical | By Function
[edit] Details
Set to true sets the From: address of e-mail notification from the Page editor e-mail address, otherwise, the e-mail notification appears to be sent from the wiki server administration address ($wgEmergencyContact).
If the user has not opted-in to e-mail notification then $wgEmergencyContact will be used.
If $wgEmailAuthentication is false, this setting is ignored.

