<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://kb.idcspy.com/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn">
		<id>https://kb.idcspy.com/index.php?action=history&amp;feed=atom&amp;title=HostMonster%3AEmails%E6%B2%A1%E6%9C%89%E6%8C%89%E7%85%A7%E6%AD%A3%E7%A1%AE%E7%9A%84%E5%AD%97%E7%AC%A6%E7%BC%96%E7%A0%81%E8%AE%BE%E7%BD%AE%E5%8F%91%E9%80%81%E5%87%BA%E5%8E%BB</id>
		<title>HostMonster:Emails没有按照正确的字符编码设置发送出去 - 修订历史</title>
		<link rel="self" type="application/atom+xml" href="https://kb.idcspy.com/index.php?action=history&amp;feed=atom&amp;title=HostMonster%3AEmails%E6%B2%A1%E6%9C%89%E6%8C%89%E7%85%A7%E6%AD%A3%E7%A1%AE%E7%9A%84%E5%AD%97%E7%AC%A6%E7%BC%96%E7%A0%81%E8%AE%BE%E7%BD%AE%E5%8F%91%E9%80%81%E5%87%BA%E5%8E%BB"/>
		<link rel="alternate" type="text/html" href="https://kb.idcspy.com/index.php?title=HostMonster:Emails%E6%B2%A1%E6%9C%89%E6%8C%89%E7%85%A7%E6%AD%A3%E7%A1%AE%E7%9A%84%E5%AD%97%E7%AC%A6%E7%BC%96%E7%A0%81%E8%AE%BE%E7%BD%AE%E5%8F%91%E9%80%81%E5%87%BA%E5%8E%BB&amp;action=history"/>
		<updated>2026-05-13T20:00:15Z</updated>
		<subtitle>本站上此页的修订历史</subtitle>
		<generator>MediaWiki 1.16.5</generator>

	<entry>
		<id>https://kb.idcspy.com/index.php?title=HostMonster:Emails%E6%B2%A1%E6%9C%89%E6%8C%89%E7%85%A7%E6%AD%A3%E7%A1%AE%E7%9A%84%E5%AD%97%E7%AC%A6%E7%BC%96%E7%A0%81%E8%AE%BE%E7%BD%AE%E5%8F%91%E9%80%81%E5%87%BA%E5%8E%BB&amp;diff=256&amp;oldid=prev</id>
		<title>大象无形: 新页面: '''问：Emails没有按照正确的字符编码设置发送出去怎么办？'''  答：若出现Emails没有按照正确的字符编码设置发送，收件人收到的是随机的字...</title>
		<link rel="alternate" type="text/html" href="https://kb.idcspy.com/index.php?title=HostMonster:Emails%E6%B2%A1%E6%9C%89%E6%8C%89%E7%85%A7%E6%AD%A3%E7%A1%AE%E7%9A%84%E5%AD%97%E7%AC%A6%E7%BC%96%E7%A0%81%E8%AE%BE%E7%BD%AE%E5%8F%91%E9%80%81%E5%87%BA%E5%8E%BB&amp;diff=256&amp;oldid=prev"/>
				<updated>2008-04-23T13:39:52Z</updated>
		
		<summary type="html">&lt;p&gt;新页面: &amp;#39;&amp;#39;&amp;#39;问：Emails没有按照正确的字符编码设置发送出去怎么办？&amp;#39;&amp;#39;&amp;#39;  答：若出现Emails没有按照正确的字符编码设置发送，收件人收到的是随机的字...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新建页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''问：Emails没有按照正确的字符编码设置发送出去怎么办？'''&lt;br /&gt;
&lt;br /&gt;
答：若出现Emails没有按照正确的字符编码设置发送，收件人收到的是随机的字符编码设置而不是指定好的字符编码情况时。&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:这是HostMonster的服务器一个已知的问题，我们正在努力解决。&amp;lt;br&amp;gt;&lt;br /&gt;
:同时，你可以通过覆盖php的main（）函数来接决当前关心的问题，从而将邮件编码成一个特定的字符编码设定。你可以将下面的代码加入你的php.ini文件来实现：&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[mbstring] &amp;lt;br&amp;gt;&lt;br /&gt;
mbstring.language = Neutral &amp;lt;br&amp;gt;&lt;br /&gt;
mbstring.internal_encoding = UTF-8 &amp;lt;br&amp;gt;&lt;br /&gt;
mbstring.http_input = UTF-8 &amp;lt;br&amp;gt;&lt;br /&gt;
mbstring.http_output = UTF-8 &amp;lt;br&amp;gt;&lt;br /&gt;
mbstring.encoding_translation = On &amp;lt;br&amp;gt;&lt;br /&gt;
mbstring.detect_order = auto &amp;lt;br&amp;gt;&lt;br /&gt;
mbstring.substitute_character = long; &amp;lt;br&amp;gt;&lt;br /&gt;
mbstring.func_overload = 1 &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
这是为utf8准备的。你可以在php.net的mbstring页面看到这些的，地址如下：&amp;lt;br&amp;gt;&lt;br /&gt;
http://www.php.net/manual/en/ref.mbstring.php，关于特殊语言选项&lt;br /&gt;
&lt;br /&gt;
请注意：不幸的是，简单的将上面的信息添加到你的php.ini文件里并不能解决你的所有的问题。请联系你的脚本的制作人，确认由于主体和结构编码方式的不同而需要的设置。幸运的是，多数常见的和知名的脚本的制作者都提供很有用的帮助论坛和FAQs。&lt;/div&gt;</summary>
		<author><name>大象无形</name></author>	</entry>

	</feed>