Manual:$wgEnotifFromEditor/zh
电子邮件通知(Enotif)设置: $wgEnotifFromEditor | |
---|---|
Whether to make email notifications appear to come from the user who makes the edit |
|
引进版本: | 1.5.0 |
移除版本: | 仍在使用 |
允许的值: | (布尔值) |
默认值: | false |
其他设置: 按首字母排序 | 按功能排序 |
细节
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.
如果$wgEmailAuthentication
为false,则忽略此设置。