HTML EMAILS

Home Forums Legacy Support Support queries Setup issues HTML EMAILS

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #251353
    sohohosts
    Participant
    It seems that the emails that are going out of the system are plain text. Do I need to install POSTMAN or something to get the html emails to be sent out. Please advise.
    #251509
    Veronica
    Moderator
    hi,

    Go to wp-admin->Plugins->Editor->Choose WLMS Customiser Plugin.

    Edit the wplms-customiser.php file

    Add this code and save. Refer to this Screenshot : https://prntscr.com/fe50km

    add_filter( 'bp_email_use_wp_mail', function() { return false; },99);

    #251757
    sohohosts
    Participant
    Thank You
    #252033
    Veronica
    Moderator
    thanks for your confirmation dear. closing this topic.
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘HTML EMAILS’ is closed to new replies.