Disabling email does not disable the bounce handler

Status
This content is read-only, or is not open for further replies.

Neilski

Guest
offline
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 $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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom