Manual:$wgEnotifFromEditor/pt
Appearance
| Configurações de notificação por correio eletrónico (Enotif): $wgEnotifFromEditor | |
|---|---|
| Whether to make email notifications appear to come from the user who makes the edit |
|
| Introduzido na versão: | 1.5.0 |
| Removido na versão: | Ainda em utilização |
| Valores permitidos: | (boolean) |
| Valor predefinido: | false |
| Outras definições: Alfabeticamente | 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.