Manual:$wgEnotifRevealEditorAddress/zh
电子邮件通知(Enotif)设置: $wgEnotifRevealEditorAddress | |
---|---|
Set to true to insert the page editor's email address into the email notifications Reply-To address |
|
引进版本: | 1.5.0 |
移除版本: | 仍在使用 |
允许的值: | (布尔值) |
默认值: | false |
其他设置: 按首字母排序 | 按功能排序 |
细节
If true, sets the Reply-To: field of an email notification to the email address of the user who made the edit. Allows email notification recipients to quickly reply to the editor of a watched page. Set to false to suppress the page editor's address in email notifications.
To have the user's email address appear in the From: field instead of just Reply-To:, set $wgEnotifFromEditor
.
如果$wgEmailAuthentication
为false,则忽略此设置。
This setting will only take affect if the enotifrevealaddr
("在通知电子邮件中显示我的电子邮件地址") preference is set in Special:Preferences.
By default this preference is false unless changed with $wgDefaultUserOptions .