• Resolved tchab2

    (@tchab2)


    Hi Niks,
    I made some tests and the plugin seems to send in ISO encoding but it dosen’t check the encoding fo the blog.

    I add a filter to fix it but I just want to communicate the bug

    function force_set_charset($charset){
      return 'UTF-8';
    }
    add_filter('wp_mail_charset', 'force_set_charset');

    Maybe add a validation to check the encoding of the blog or force conversion…

    Your plugin is very nice – Many Thanks guy ??

    Regards,
    Sylvain

    https://www.ads-software.com/plugins/mass-email-to-users/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘UTF-8 broken’ is closed to new replies.