Hi, It seems like our autoresponders stopped getting sent out. It used to work and I have no clue as to what is going on. What is calling the function "member_send_autoresponders", that sends out the autoresponders, it seems like this is not being called anymore. We never had the cron enabled so I am not sure how it was working. I just enabled it and still nothing, I checked the error logs and see nothing as well. I copied over the function member_send_autoresponders to another file and called it manually and the emails get sent out, so again it seems that the problem is with the what is calling the "member_send_autoresponders". Any help would be greatly appreciated, Thanks, Leora
The zero email is sending and when I did the test email, I had to select first PHP mail, as nothing was selected and then the email did send. Could that have been the problem as the zero email is sending.. Thanks, Leora
You must enable external cron job in order to get Automatic Emails working. Please have a look how to configure it: http://manual.amember.com/Setup_a_Cron_Job
I did enable and I did a test where I went to the cron.php via url and still no emails were sent. Shouldn't something have sent when I called cron.php via the web? Thanks, Leora
Trying running through your test scenario again with a new user now that your email settings are correctly configured.
I figured it out. There was a template issue in one of the emails (not related to the autoresponders) which caused the cron.php file to crash. Since it only tries to send emails once a day, when I tried to run the cron, it did a check that it tried that day already so it didn't try again therefore, I didn't see the crash - so I had no idea why the emails were not getting sent. Thanks to everyone who tried to help, Leora