ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,860
- Points
- 823
Reputation:
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 discussion 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...
Read more
Continue reading...
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...
Read more
Continue reading...