Hello Brajesh, this isn’t related to your plugins but since you are a Buddypress expert, I thought maybe you might have some insight on my issue. I’ve been trying to troubleshoot this issue with no luck. None of the email notifications are being sent out from Buddypress. Other emails are working: password reset, contact forms, Memberpress emails, etc. I am also using WP SMTP.
I have already changed to a default theme, disabled ALL plugins except Buddypress and the Email Log plugin. All of my “Emails” with their “Situations” were in my Dashboard but on the suggestion of other posts, I’ve regenerated these emails with the Buddypress Tools option.
Would you have any ideas that I can try? Thank you.
Hello Joy,
I understand your frustration with the email notification issue you’re facing in Buddypress. Let’s try to send BuddyPress emails using the WordPress mail function instead of BuddyPress for that please put the following code in your “bp-custom.php” file.
add_filter( 'bp_email_use_wp_mail', '__return_true' );
After placing this code please give it a try and let me know if the issue still persits or not.
Regards
Ravi
You must be logged in to reply to this topic.