手册:$wgEnotifUseJobQ

This page is a translated version of the page Manual:$wgEnotifUseJobQ and the translation is 86% complete.
电子邮件通知(Enotif)设置: $wgEnotifUseJobQ
使用队列发送邮件。
引进版本:1.11.0 (r21898)
移除版本:1.27.0 (Gerrit change 265682; git #334e8f8f)
允许的值:(布尔值)
默认值:false

详情

从MediaWiki 1.27版本开始,作业队列总是用于发送电子邮件。

如果为真,通过队列发送邮件。

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.