• Resolved kaorw

    (@kaorw)


    I’ve found out some problem.

    The mail sent by Postman has fixed charset to iso-8859-1
    and It looks like caused by zend framework

    Postman-Core/Zend-1.12.10/Mail.php
    line : 80

    Mail header,

    Content-Type: text/plain; charset=iso-8859-1
    Content-Transfer-Encoding: quoted-printable
    Content-Disposition: inline
    MIME-Version: 1.0

    It would be nice to set charset follow wordpress’s general option or users can select it form admin page of Postman SMTP.

    https://wordpress.org/plugins/postman-smtp/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jason Hendriks

    (@jasonhendriks)

    Charset support is already in the trunk! 🙂 I will release it tomorrow

    X-Mailer: Postman SMTP v1.1 for WordPress
    Content-Type: text/html; charset=UTF-8
    Received: by 10.27.7.130 with SMTP id 124csp1132827wlh; Mon, 2 Feb 2015 12:00:42 -0800 (PST)
    Thread Starter kaorw

    (@kaorw)

    Great!

    Plugin Author Jason Hendriks

    (@jasonhendriks)

    v1.1 is released with international character (UTF-8) support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Charset problem’ is closed to new replies.