Buddypress email is not working.

Home Forums Legacy Support Support queries Setup issues Buddypress email is not working.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #180637
    pentarray
    Participant
    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
    #180639
    pentarray
    Participant
    This reply has been marked as private.
    #180758
    Anshuman Sahu
    Keymaster
    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' );  
    #259967
    mc_deimon
    Spectator
    I have the same problem but this "add_filter( 'bp_email_use_wp_mail', '__return_true' );" doesn´t work for me. Please help.
    #260089
    Anshuman Sahu
    Keymaster
    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' );
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Buddypress email is not working.’ is closed to new replies.