Manual:$wgEnotifFromEditor

Category:MediaWiki configuration settings#EnotifFromEditorCategory:MediaWiki configuration settings introduced in version 1.5.0#EnotifFromEditorCategory:MediaWiki configuration settings still in use#EnotifFromEditorCategory:Email variables#EnotifFromEditor
Email notification (Enotif) settings: $wgEnotifFromEditor
Whether to make email notifications appear to come from the user who makes the edit
Introduced in version:1.5.0
Removed in version:Still in use
Allowed values:(boolean)
Default value:false

Details

If true, sets the From: address of email notification as the email address of the user who made the edit. Otherwise, the email notification appears to be sent from the wiki server administration address ($wgPasswordSender).

If the user who made the edit has not provided an email address, or has not allowed their address to be disclosed, the email will appear to come from $wgPasswordSender.

You need to set $wgEnotifRevealEditorAddress to true for this setting to take effect.

If $wgEmailAuthentication is false, this setting is ignored.

See also

Category:Email variables Category:MediaWiki configuration settings Category:MediaWiki configuration settings introduced in version 1.5.0 Category:MediaWiki configuration settings still in use