- This topic has 5 replies, 2 voices, and was last updated 6 years, 9 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › BP Better Messages › Email notifications?
Is there any documentation on the email notifications? What are the rules for when the email notifications will be sent out? Can i modify the email notification content somehow?
Thanks!
Hi there!
Instead of standard notification on each new message, plugin will group messages by thread and send it every 15 minutess with cron job.
User will not receive notifications, if they are disabled in user settings.
User will not receive already read messages.
User will not receive notifications, if he was online last 10 minutes or he has tab with opened site
You can find email template with others BuddyPress emails templates:
yoursite.com/wp-admin/edit.php?post_type=bp-email
But its not too customizable at the moment.
Ok thanks for the quick response!
One question still remains regarding the email notifications. When i activated the plugin on an existing site where there were already private messages exchanged between users, bp better messages sent out email notifications for all past conversations as well. I know this because i had mailtrap.io set as our smtp service provider on our staging site and it captured all the emails that were sent out.
How can i prevent this once i enable the plugin on our live environment?
Hi there!
This can happen, because your users have unread messages.
As a solution you should set all values in wp_bp_messages_recipients
table in column named unread_count
to 0
.
Thanks, i will take a look.