BuddyPress emails not activating

Home Forums Legacy Support Support queries Update Issues BuddyPress emails not activating

Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #227844
    groundfloorlabs
    Spectator
    Hi, I migrated all emails to buddypress but when I activate touchpoint emails, it comes from "[email protected]" as plain text and not as part of the BuddyPress HTML template. When I go to LMS > Settings > Emails, I do not have the checkbox "Enable HTML Emails". Lastly, when I look at WPAdmin > All options, I can see that under "wplms_bp_emails" it shows "3.9.6", which suggests that the migration has been successful. Please advise. I would like my touchpoints to be liked to the BuddyPress HTML templates.
    #228028
    Anshuman Sahu
    Keymaster

    paste this code into wp-admin > plugins > editor > select wplms customizer > customizer.php > paste this code at the last line of page carefully. Save.

    add_filter('wp_mail_from', 'new_mail_fromqw');

    add_filter('wp_mail_from_name', 'new_mail_from_nameqw');

    function new_mail_fromqw($old) {

    return '[email protected]';

    }

    function new_mail_from_nameqw($old) {

    return 'your-site';

    }

      change site url and name in the above code resp.
    #228242
    groundfloorlabs
    Spectator
    This reply has been marked as private.
    #228266
    Anshuman Sahu
    Keymaster
    please try adding this given code in your wplms-customizer.php file in wplms customizer plugin :   add_filter( 'bp_email_use_wp_mail', '__return_true ' );
    #228491
    groundfloorlabs
    Spectator
    This reply has been marked as private.
    #228696
    Anshuman Sahu
    Keymaster
    Well I tested this on your staging site but the email is not arriving at all in my mailbox . Please try to use this plugin : https://wplms.io/support/knowledge-base/postman-smtp-for-emails/ for your emails.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘BuddyPress emails not activating’ is closed to new replies.