[wp-trac] [WordPress Trac] #31566: Non-ASCII characters corrupted in mails sent using wp_mail on some systems

WordPress Trac noreply at wordpress.org
Mon Mar 9 02:11:17 UTC 2015


#31566: Non-ASCII characters corrupted in mails sent using wp_mail on some systems
--------------------------+------------------------------
 Reporter:  codifex       |       Owner:
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Mail          |     Version:  4.1.1
 Severity:  normal        |  Resolution:  invalid
 Keywords:                |     Focuses:
--------------------------+------------------------------
Changes (by codifex):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 It seems that the problem was caused because two headers were not
 separated correctly ("8bitContent"). Separating them seems to solve the
 problem.

 {{{
 [7]=> string(72) "Content-Transfer-Encoding: 8bitContent-Type: text/plain;
 charset="utf-8"" } ["attachments"]=> array(0) { } }
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/31566#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list