- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,027
- راهحلها
- 27
- پسندها
- 3,261
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
This issue is not necessarily a bug in XF, but I'm reporting here because it has clear potential to catch people by surprise*. (See also in the "How to duplicate a live site to use as a test site" thread.)
In short, when you disable email with
The obvious (and maybe only?) way this can cause trouble is when you have cloned your site, because the cron job...
In short, when you disable email with
$config['enableMail'] = false;
in config.php, the email bounce handler cron job will still run.The obvious (and maybe only?) way this can cause trouble is when you have cloned your site, because the cron job...