Manuel:$wgEnotifUseJobQ
![]() | Cette fonctionnalité a été supprimée entièrement dans la version 1.27.0. |
Configuration des notifications par courriel (Enotif): $wgEnotifUseJobQ | |
---|---|
Envoie les courriels via la file de tâches. |
|
Introduit dans la version : | 1.11.0 (r21898) |
Retiré dans la version : | 1.27.0 (Gerrit change 265682; git #334e8f8f) |
Valeurs autorisées : | (booléen) |
Valeur par défaut : | false |
Autres paramètres : Alphabétique | Par Fonction |
Détails
Since MediaWiki 1.27, the job queue is always used to send email.
If true, send mails via the job queue.
If you are setting this value to true, check that $wgServer
is set explicitly in your LocalSettings.php , as the usual $_SERVER method for detecting the wiki URL will not work if the job queue is run from a cron script.