Email not sending by HTML format

Home Forums Legacy Support Support queries How-to & Troubleshooting Email not sending by HTML format

Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • #253846
    witslk
    Spectator
    I am using smtp post plugin and amazon SES integrated with so all email delivery blank text format not in html format so please check and fix this
    #253849
    witslk
    Spectator
    This reply has been marked as private.
    #254003
    Diana
    Participant
    @witslk, 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'; });
    #254006
    witslk
    Spectator
    This reply has been marked as private.
    #254285
    Diana
    Participant
    @witslk, okay
    #254310
    witslk
    Spectator
    This reply has been marked as private.
    #254661
    Diana
    Participant
    @witslk, Try this code then, add_filter( 'bp_email_use_wp_mail', function() { return false; },99); If it does not work then check with this code:

    add_filter( 'bp_email_use_wp_mail', '__return_true ' );

    This is a limitation of buddypress, it will only send emails in HTML if it detects that the wordpress mail filter is not altered. This is buddyPress code and it does not proceed if it detects some plugin is using its own mailer function at wp_mail hook : http://prntscr.com/k88jgj
    #254671
    witslk
    Spectator
    This reply has been marked as private.
    #254974
    Diana
    Participant
    @witslk, Okay, I am checking... If this email is not sending the HTML then all other emails should behave in a similar manner so I am checking with any other use case. So I don't have to purchase something every time to check the use case
    #254978
    Diana
    Participant
    This reply has been marked as private.
    #255071
    witslk
    Spectator
    This reply has been marked as private.
    #255204
    Diana
    Participant
    This reply has been marked as private.
    #255246
    witslk
    Spectator
    This reply has been marked as private.
    #255605
    Diana
    Participant
    This reply has been marked as private.
    #255740
    witslk
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 24 total)
  • The topic ‘Email not sending by HTML format’ is closed to new replies.