• Dear Icegram,

    I reported a bug regarding non-ASCII subjects five months ago and after an initial reaction by Malay Ladu, nothing changed. The bug still survives in the present version of Email Subscribers.

    Please fix the bug, it matters for us who use the plugin in languages other than English.

    It is actually pretty easy to fix. The patch looks like this:

    if (! mb_check_encoding($subject, 'ASCII'))
    {
    	$subject = '=?utf-8?B?'.base64_encode($subject).'?=';
    }
Viewing 1 replies (of 1 total)
  • Hi,

    I completely missed your support thread. Apologies for that.

    Please let me know do you use PHP Mail() function to send out emails?

    You can check it from Email Subscribers > Settings > General & check Email Type option.

    If it’s PHP Mail() try with WordPress method (HTML Email Using WordPress) and check once again.

Viewing 1 replies (of 1 total)
  • The topic ‘Encoding of an UTF-8 subject – again’ is closed to new replies.