From: Kunal Mehta Date: Fri, 18 Nov 2016 11:15:27 +0000 (-0800) Subject: Fix $wgUserEmailUseReplyTo documentation X-Git-Tag: 1.31.0-rc.0~4789^2 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=29fe7ddc41d0586dd63e545285171b003c90492a;p=lhc%2Fweb%2Fwiklou.git Fix $wgUserEmailUseReplyTo documentation Since r38374 $wgPasswordSender has been used (T15376#171833). Change-Id: I082ae76abb18a99b9b5a5c76283ff89b2825deb1 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 32717f14f9..792b9bcc9f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1586,7 +1586,7 @@ $wgEnableUserEmail = true; /** * Set to true to put the sending user's email in a Reply-To header - * instead of From. ($wgEmergencyContact will be used as From.) + * instead of From. ($wgPasswordSender will be used as From.) * * Some mailers (eg SMTP) set the SMTP envelope sender to the From value, * which can cause problems with SPF validation and leak recipient addresses