Hi there, have you looked at the log? Does it say post has been added to cron, and then sent / or failed to send?
Mart
It says it was added to the cron but then nothing is ever sent. I even tried the send it immediately and it logged that it did but again, no one received anything.
Not sure what is going on.
Ross
Right, I can think of number of reasons. Let’s go thru them.
- If cron is added its up to wordpress to run it, I would check cron schedule using plugin called “Crontrol”, look for “simple_subscribe_cron” – if its still there, its gonna run 🙂 That is, unless your cron is turned off on your installation. If you have 9PM selected, and its 9:01, it is gonna run next day at 9PM, and same goes with 9AM.
- If the log says – the e-mail went thru, it did. It checks server response for any exception / error, and logs it if it occurs – if not, logs the success message. In this case, I would check spam folders, your senders e-mail address in settings (default is admin email – might be bogus e-mail causing problems, you should have something like [email protected]
- Do you have e-mail limit set up by your provider per hour / day on your hosting?
- If all this fails I cal lastly look at your installation and run some tests there, if you creata me a user there. (mail me in that case)
Let me know.
Regards, Mart
Hey there,
try the latest update, I’ve chnaged e-mail handeling a bit.
Mart