Author Topic: Email Reminders Not Working  (Read 2684 times)

Villie

  • Newbie
  • *
  • Posts: 7
    • View Profile
Email Reminders Not Working
« on: June 11, 2009, 11:13:56 pm »
Hi all,

I'm having a bit of trouble using the email reminders. My cron job executes every 20 mins and has the output of :

2009-06-11 16:20:02 - Sending reminders...
2009-06-11 16:20:04 - 7 reminders sent.
Cron Job Complete

This output is sent to me from my web host to my webmaster email every time a cron job is executed.

Of the 7 reminders above (referring to the 'og_object_reminders' table) a couple of their 'user_id' fields are set to my user id and a couple are set to '0' (where 'remind all subscribers' is checked).

Under 'og_cron_events' table, the 'send_reminders' is enabled along with 'purge_trash' and password expirations.

So all the backend data seems to be fine but I never get the email reminders at my email address corresponding to my user_id.

I've tried to look through the events classes called from cron.php but didn't get very far.

Any ideas? Anyone with similar problems.

snakewa

  • Newbie
  • *
  • Posts: 9
    • View Profile