if the message is read by the person, the notification regarding this message is not sent to the e-mail, if the person sees on-site notification regarding site activity or messages, he/she does not get e-mail about those notifications.
the notifications are sent by cron, you can find the file in the ow_plugins/notifications/cron.php which means that also influences the time when the mail is send, as each user can configure differently how often the cron runs on their server.
when the notification is to send depends on the time set in the mail notification schedule here: www.yoursite.com/email-notifications Ross,the notifications are sent by cron, you can find the file in the ow_plugins/notifications/cron.php which means that also influences the time when the mail is send, as each user can configure differently how often the cron runs on their server.
Is it possible to set the default email notifications for all new members to immediately instead of after two days?
If so how do I make this change?
cron jobs are configured correctly and everything else on the site works!
Only new Private Messages email notification doesn't work. Users email notification set "Immediately"!
Can you please help.
Ross, email notifications not working at all. All other emails are working fine without issues.try set your cron 2 or 3 minutescron jobs are configured correctly and everything else on the site works!
Only new Private Messages email notification doesn't work. Users email notification set "Immediately"!
Can you please help.
All other email notifications works just fine except "private messages" and "chats" email notifications. I believe it has no relation to cron jobs. It something to do with actual messages plugin notification script part!
Any ideas about how to fix it ?
Check your server mails and look how long cron is running
Also look at how much memory its use mine is use over 1 gb n a lot of runs so if i did not have over 1 gb spare the cron process would be killed and not run
You need to do the testing,
generat e-mail notification by sending a PM to some test profile( which should not be logged in) check whether the mail appears in ow_base_mail table in your database and check whether it goes out from that table.