Course news email not parse HTML code

Home Forums Legacy Support Support queries How-to & Troubleshooting Course news email not parse HTML code

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #190526
    hilmanf
    Spectator
    Hi, Everytime I post course news and sending email notification to course student, the email not parse the HTML code. It is confusing the receipent. Refer > http://prntscr.com/m04ip2 Need help to handle this. Thank you.
    #190624
    logan
    Member
    Hi there, 1) [IMP.] Please try using the Postman SMTP for emailing. Refer : https://wplms.io/support/knowledge-base/postman-smtp-for-emails/
    2) else Try adding this code in wp-admin > Plugins > Editor > select WPLMS Customizer Plugin > wplms-customizer.php add_filter('wp_mail_content_type', 'text/plain', function () {
    return ‘text/html’; },999);
    3)else try this one for email please try adding this code in your wplms-customizer.php file in wplms customizer plugin :  :

    and if above does not works remove it and try this one :

    add_filter( 'bp_email_use_wp_mail', '__return_true ' );

    for notification wplms has its own system .but it does not sends the whole results right now.


    Hope this works.  
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Course news email not parse HTML code’ is closed to new replies.