mb_send_mail 中的 PHP 错误
我收到:
mb_send_mail(): 不支持的传输编码“quoted-printable” - 将被视为 8bit
我该怎么办?
完整标题:
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=utf-8
MIME-Version: 1.0
Date: Thu, 17 Mar 2011 19:17:48 +0200
Message-ID: <[email protected]>
From: [email protected]
Subject: =?utf-8?Q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B9_=D0=BA=D0=BE?=
=?utf-8?Q?=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80?=
=?utf-8?Q?=D0=B8=D0=B9_=D0=BA_=D0=B2=D0=B0=D1=88?=
=?utf-8?Q?=D0=B5=D0=B9_=D1=84=D0=BE=D1=82=D0=BE=D0=B3?=
=?utf-8?Q?=D1=80=D0=B0=D1=84=D0=B8=D0=B8?=
To: [email protected]
I have got:
mb_send_mail(): Unsupported transfer encoding "quoted-printable" - will be regarded as 8bit
What should I do?
Full headers:
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=utf-8
MIME-Version: 1.0
Date: Thu, 17 Mar 2011 19:17:48 +0200
Message-ID: <[email protected]>
From: [email protected]
Subject: =?utf-8?Q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B9_=D0=BA=D0=BE?=
=?utf-8?Q?=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B0=D1=80?=
=?utf-8?Q?=D0=B8=D0=B9_=D0=BA_=D0=B2=D0=B0=D1=88?=
=?utf-8?Q?=D0=B5=D0=B9_=D1=84=D0=BE=D1=82=D0=BE=D0=B3?=
=?utf-8?Q?=D1=80=D0=B0=D1=84=D0=B8=D0=B8?=
To: [email protected]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查一下:
PEAR Bug #10146 - mbstring 无法识别编码。
Check this:
PEAR Bug #10146 - mbstring fails to recognize encodings.