Notifications
Clear all

Mass email on posts

3 Posts
2 Users
0 Reactions
5 Views
Posts: 453
Topic starter
(@danniee)
Honorable Member
Joined: 6 years ago

I'm getting tons of mail system delivery errors and it's obvious that the forum is sending out thousands of email notifications when users post on the forum. I have some categories that are quite busy so it's getting overwhelming. I have deactivated email notifications for these categories by creating new user groups in accesses where can subscribe is deactivated, but there are still thousands of legacy users who receive notifications. How do I stop this? It's overwhelming the system.

Thanks


2 Replies
Sofy
Posts: 5602
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

hi,

Have you tried the solution provided here: https://wpforo.com/community/how-to-and-troubleshooting-2/email-notification-issue/#post-128245


Reply
1 Reply
(@danniee)
Joined: 6 years ago

Honorable Member
Posts: 453

@sofy so basically use something like this:

add_filter( 'break_wpforo_subscriber_send_email_after_add_post', '__return_true' );
add_filter( 'break_wpforo_subscriber_send_email_after_add_topic', '__return_true' );

Users still need to get email notification on registrations etc.


Reply