• Resolved suraj1977

    (@suraj1977)


    Hi,
    I have successfully activated WP SMTP plugin and it is sending emails (via the subdomain created for the plugin) from the contact form.
    However, it is not sending registration activation mail to new users of our bbpress+buddypress forums.
    Kindly suggest.

    Suraj

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Slava Abakumov

    (@slaffik)

    BuddyPress uses its own mechanism to send emails, which it seems doesn’t use wp_mail().

    Try to put this filter into your functions.php of your theme:

    
    add_filter( 'bp_email_use_wp_mail', '__return_true' );
    

    After that, all BP emails should be sent just fine.

    maxloyd

    (@maxloyd)

    @slaffik Thank you so much for that it worked finally! Love this community

    Plugin Author Slava Abakumov

    (@slaffik)

    @maxloyd

    Awesome, I’m glad that helped.

    I would be thankful if you could leave a positive review here on a Plugin Reviews page ??

    Kaia Konsap

    (@kaia-konsap)

    @slava Thank you so very much!! I was going mad with this already. I also put positive review, all is great

    Hello @slaffik

    Thank you for helping, I have the same probleme above. Sending emails works everywhere in my website except sending activation emails for new users. When I add a new user manually, he receives successfully to his email the link to assign a new password. The problem is limited only on the registration page, as I think!

    Unfortunately, I have also added the filter which you mentioned without success.

    Yours Sencerly
    Khaled

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Activation Emails from forums not sent’ is closed to new replies.