Skip to:
Content
Pages
Categories
Search
Top
Bottom

Emails Problem


  • jt777
    Participant

    @jt777

    Welcome mail is not going from my site as well as mails which are going have text-only ( no colors at all). I tried re-importing mail templpates and reinstalled the plugin but it’s still not working.

    My site
    Wordpress Version : 5.4.1
    Buddypress Version : 6.0.0
    Theme : WPLMS

Viewing 1 replies (of 1 total)

  • VibeThemes
    Participant

    @vibethemes

    Most likely you have a plugin installed for sending emails. BuddyPress detects if the wp_mail hook is being used by some plugin and sends in the text version.

    You can however override this. Simply add this PHP code in your child theme – functions.php

    add_filter( ‘bp_email_use_wp_mail’, ‘__return_true’,99999 );

    The above fix is of-course based on the assumption that your plugin is configured for sending HTML emails.

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