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

  • $wgEnableEmail
  • $wgEmailAuthentication
  • $wgEnotifRevealEditorAddress
  • $wgEnotifWatchlist
  • $wgEnotifUserTalk
  • $wgEnotifMinorEdits
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.