• If you’re getting submission notification email messages with raw or “naked” HTML tags in them, this is the fix.

    Go into the ucan-post-class.php file, and look for line 584 which shows:

    $headers = "MIME-Version: 1.0\r\n" .

    Change it into:

    $headers = "MIME-Version: 1.0\r\nContent-Type: text/html; charset=utf-8\r\nContent-Transfer-Encoding: Quoted-printable\r\n" .

    Done.

    Enjoy! ??

    https://www.ads-software.com/extend/plugins/ucan-post/

Viewing 1 replies (of 1 total)
  • Thread Starter Alvaro Degives-Mas

    (@nv1962)

    Uh-oh, I forgot the second instance of the same line, which is a few lines underneath the previous (the first is to inform the admin, the second which I forgot emails the author of the post).

    Just repeat the above fix for the second instance and it’s all good.

    Sorry!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: uCan Post] Fixing the email notifications, showing raw HTML tags’ is closed to new replies.