Autoresponder not working
My cron job is executing (the cron info message disappears after a few minutes) but the autoresponder doesn't send any email to new subscribers. How can I debug this issue?
This discussion has been closed.
My cron job is executing (the cron info message disappears after a few minutes) but the autoresponder doesn't send any email to new subscribers. How can I debug this issue?
Comments
Hi,
Please review the following pointers:
Thanks.
Best regards,
Ben
Thanks but that is not the problem. Sendy is sending emails but autoresponders are not triggering. The cron job is executing. I want to debug the issue.
1) Is there a simple SQL I can run to check for new subscribers that should trigger an autoresponder?
2) If there are autoresponders to be sent is there a way to debug why there are not being sent?
It is triggering for some emails. I tried two emails that were added using the API in the same way. I am using segments in one list and they differed on the segment criteria but for another list there are no segments. One triggered autoresponders, the other did not.
Hi,
Please ensure your cron job for
autoresponders.php
is set to run every 1 minute (not anything more)Thanks.
Best regards,
Ben
I set it to every 5 minutes as the timing is not critical. I will change it to 1 min. How come it requires 1 min interval?
You can set autoresponder emails to send immediately after a user signs up to the list. If your cron job is set to run only every 5 minutes, they will not get the email immediately.
Or for example, if you set the autoresponder to send 2 minutes later, but your cron job only runs every 5 minutes, the autoresponder email will never be triggered.