Skip to:
Content
Pages
Categories
Search
Top
Bottom

No Email Notifications

  • @shemakeswebsites

    Participant

    Hello! 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.

    I’m hoping someone can help. Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • @shemakeswebsites

    Participant

    Fixed! The guys over at Buddydev was a great help.

    I put the following code in my “bp-custom.php” file:

    add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ );

    @jerogekasis1

    Participant

    Review the email settings in the BuddyPress dashboard, check for errors using an email log plugin, and ensure the WP SMTP configuration is correct. Finally, conduct a test email through WP SMTP to confirm functionality.

    @zaheerabbaspk

    Participant

    Buddypress activation emails are not working please help me

    @zaheerabbaspk

    Participant

    thanks you now working fine

    @mousemedia

    Participant

    Hello, where is bp-custom.php located or is it a custom file like the name suggests?

    @mousemedia

    Participant

    Hello, please share you were able to fix. Thank you.

    @thinlizzie

    Participant

    Hi mousemedia,

    The code snippet can be added to functions.php , or you can also add it using a plugin like the Code Snippets plugin.

    
    add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’ );
    
Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Skip to toolbar