Title: Charset problem
Last modified: August 22, 2016

---

# Charset problem

 *  Resolved [kaorw](https://wordpress.org/support/users/kaorw/)
 * (@kaorw)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/charset-problem-6/)
 * 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/](https://wordpress.org/plugins/postman-smtp/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Jason Hendriks](https://wordpress.org/support/users/jasonhendriks/)
 * (@jasonhendriks)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/charset-problem-6/#post-5743954)
 * 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](https://wordpress.org/support/users/kaorw/)
 * (@kaorw)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/charset-problem-6/#post-5743972)
 * Great!
 *  Plugin Author [Jason Hendriks](https://wordpress.org/support/users/jasonhendriks/)
 * (@jasonhendriks)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/charset-problem-6/#post-5743997)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/postman-smtp_7c7b78.svg)
 * [Postman SMTP Mailer/Email Log](https://wordpress.org/plugins/postman-smtp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/postman-smtp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/postman-smtp/)
 * [Active Topics](https://wordpress.org/support/plugin/postman-smtp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/postman-smtp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/postman-smtp/reviews/)

## Tags

 * [email](https://wordpress.org/support/topic-tag/email/)
 * [utf8](https://wordpress.org/support/topic-tag/utf8/)

 * 3 replies
 * 2 participants
 * Last reply from: [Jason Hendriks](https://wordpress.org/support/users/jasonhendriks/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/charset-problem-6/#post-5743997)
 * Status: resolved