Manual:$wgEnotifFromEditor/pt-br
Appearance
| Definições de notificação por e-mail (Enotif): $wgEnotifFromEditor | |
|---|---|
| Whether to make email notifications appear to come from the user who makes the edit |
|
| Introduzida na versão: | 1.5.0 |
| Removida na versão: | Ainda em uso |
| Valores permitidos: | (boolean) |
| Valor padrão: | false |
| Outras definições: Ordem alfabética | Por função | |
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.