I tested my email using Check Email Plugin and it's working fine. I am using WP mail SMTP with my personal google email. I tested their email functionality and i am also receiving email. However, whenever someone tries to register from frontend, the user is not receiving email to activate their account.
Moreover, If i manually add a user on wordpress, the user is getting the email that an account is created etc.
I checked other forms too and everything seems to wrk fine except for the buddypress emails.
I followed the steps you guys suggested to change wplms_bp_emails value and i am still stuck in that issue.
When i enter 0 int wplms_bp_email, It's not saving it and i still have 3.6
This reply has been marked as private.
Okay I was able to make it work somehow for now .
by adding this code in your wplms-customizer.php file in wplms customizer pluign :
add_filter( 'bp_email_use_wp_mail', '__return_true' );
I have the same problem but this "add_filter( 'bp_email_use_wp_mail', '__return_true' );" doesn´t work for me.
Please help.
Please try using this plugin for emails and cofigure smtp server for emails :
https://wplms.io/support/knowledge-base/postman-smtp-for-emails/
or perhaps try this code opposite of above :
add_filter( 'bp_email_use_wp_mail', '__return_false' );