手册:$wgEnotifUseJobQ
Appearance
此功能已在版本1.27.0被完全移除。 |
| 电子邮件通知(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.