Skip to:
Content
Pages
Categories
Search
Top
Bottom

Please help with emails


  • sitesfromash
    Participant

    @sitesfromash

    Hi. I would love if someone could help me with a few concerns I have regarding emails in relation to BuddyPress Version 3.2.0.

    First, I want to disable email notifications and am wondering if there is code I should put into the functions.php of a child theme or if unchecking the situation in an email template on BuddyPress will be sufficient in not having notifications sent due to such sitauations as mentions and replies.

    Also, I want to disable activation emails and allow my users to be auto-approved. Can anyone tell me the best way to accomplish this?

    I appreciate any assistance that you may be able to provide me.

Viewing 3 replies - 1 through 3 (of 3 total)

  • Prashant Singh
    Participant

    @prashantvatsh

    Hi,

    Please put this code in child theme’s functions.php to disable BuddyPress emails
    add_filter( 'bp_email_use_wp_mail', '__return_true' );

    To mark users auto approve please use this plugin https://wordpress.org/plugins/bp-disable-activation-reloaded/

    Hopefully, this will help.

    Thanks


    sitesfromash
    Participant

    @sitesfromash

    Hi. Thanks for getting back in touch. I am still wanting to send out password resets. Would this code allow that to happen or would it prevent all emails? Thanks again. Have a great day.


    Prashant Singh
    Participant

    @prashantvatsh

    Hi,

    This code will allow to use all the WordPress emails instead of BuddyPress or if you have existing email template system. So password reset should work for you.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar