【发布时间】:2011-10-07 17:29:54
【问题描述】:
我有一封电子邮件,由 phpmailer 使用纯文本发送。
当这封电子邮件通过 php mail() 发送时,我会收到确切的电子邮件。当电子邮件通过小型企业服务器上的 Exchange 发送时,它似乎在某些点插入 unicode 字符。电子邮件程序收到的示例源代码:
php 邮件:
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="utf-8"
Dear J,
This is confirmation of your registration.
Event: Green City Dialogues: Toward a sustainable built environment in Christchurch (2): Green City Dialogues 2
Date: Monday, 19 September 2011 05:15 pm - 08:00 pm
Attendee: J D
交换服务器:
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="utf-8"
X-TM-AS-Product-Ver: SMEX-10.1.0.1137-6.500.1024-18326.006
X-TM-AS-Result: No--12.011100-0.000000-31
X-TM-AS-User-Approved-Sender: Yes
X-TM-AS-User-Blocked-Sender: No
X-DSPAM-Check: by xxx.xxx.xxx on Wed, 17 Aug 2011 11:59:06 +1200
X-DSPAM-Result: Innocent
X-DSPAM-Processed: Wed Aug 17 11:59:06 2011
X-DSPAM-Confidence: 0.5596
X-DSPAM-Probability: 0.0000
Dear xxxxx,
This is confirmation of your registration.
Event:=A0Green City Dialogues: Toward a sustainable built environment in Ch=
ristchurch (2): Green City Dialogues 2
Date: Monday, 19 September 2011 05:15 pm - 08:00 pm
【问题讨论】:
-
那么,问题是什么?
标签: php email exchange-server