<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[张宴的博客]]></title> 
<link>http://zyan.cc/index.php</link> 
<description><![CDATA[Web系统架构与底层研发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[张宴的博客]]></copyright>
<item>
<link>http://zyan.cc/post/312/</link>
<title><![CDATA[一个发送HTML邮件的PHP函数[原创]]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[PHP/JS/Shell]]></category>
<pubDate>Wed, 21 Nov 2007 01:14:57 +0000</pubDate> 
<guid>http://zyan.cc/post/312/</guid> 
<description>
<![CDATA[ 
	　　写了一个简单的发送HTML邮件的PHP函数。<br/><br/>　　函数说明：send_mail("发件人地址", "收件人地址", "邮件主题", "邮件正文");<br/><br/>　　示例：send_mail($from, &quot;info@zyan.cc&quot;, &quot;这是邮件的主题&quot;, &quot;&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;p&gt;&lt;font color=red&gt;这是邮件正文&lt;/font&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;&quot;);<br/><br/>　　代码如下：<br/>............<br/><br/>Tags - <a href="http://zyan.cc/tags/php/" rel="tag">php</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/312/#blogcomment462</link>
<title><![CDATA[[评论] 一个发送HTML邮件的PHP函数[原创]]]></title> 
<author>suso &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 21 Nov 2007 06:16:38 +0000</pubDate> 
<guid>http://zyan.cc/post/312/#blogcomment462</guid> 
<description>
<![CDATA[ 
	不要密码么？
]]>
</description>
</item><item>
<link>http://zyan.cc/post/312/#blogcomment471</link>
<title><![CDATA[[评论] 一个发送HTML邮件的PHP函数[原创]]]></title> 
<author>渝满江城 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 23 Nov 2007 09:40:39 +0000</pubDate> 
<guid>http://zyan.cc/post/312/#blogcomment471</guid> 
<description>
<![CDATA[ 
	开源就是好啊，PHP的函数库真的是太强大了
]]>
</description>
</item><item>
<link>http://zyan.cc/post/312/#blogcomment567</link>
<title><![CDATA[[评论] 一个发送HTML邮件的PHP函数[原创]]]></title> 
<author>低调 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 08 Jan 2008 03:51:34 +0000</pubDate> 
<guid>http://zyan.cc/post/312/#blogcomment567</guid> 
<description>
<![CDATA[ 
	这是要求运行代码的机器装有Mail服务器
]]>
</description>
</item><item>
<link>http://zyan.cc/post/312/#blogcomment623</link>
<title><![CDATA[[评论] 一个发送HTML邮件的PHP函数[原创]]]></title> 
<author>水草萍 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 25 Jan 2008 04:40:44 +0000</pubDate> 
<guid>http://zyan.cc/post/312/#blogcomment623</guid> 
<description>
<![CDATA[ 
	前提应该是：<br/>在php.ini里设置了smtp服务器，和连接smtp服务器的用户名和密码
]]>
</description>
</item><item>
<link>http://zyan.cc/post/312/#blogcomment633</link>
<title><![CDATA[[评论] 一个发送HTML邮件的PHP函数[原创]]]></title> 
<author>好 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 29 Jan 2008 13:55:18 +0000</pubDate> 
<guid>http://zyan.cc/post/312/#blogcomment633</guid> 
<description>
<![CDATA[ 
	精炼
]]>
</description>
</item><item>
<link>http://zyan.cc/post/312/#blogcomment1275</link>
<title><![CDATA[[评论] 一个发送HTML邮件的PHP函数[原创]]]></title> 
<author>phphp &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 02 Jul 2008 04:01:49 +0000</pubDate> 
<guid>http://zyan.cc/post/312/#blogcomment1275</guid> 
<description>
<![CDATA[ 
	$subject上需要做下编码, 不然容易乱码
]]>
</description>
</item><item>
<link>http://zyan.cc/post/312/#blogcomment1541</link>
<title><![CDATA[[评论] 一个发送HTML邮件的PHP函数[原创]]]></title> 
<author>啊啊啊啊 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 15 Sep 2008 14:50:42 +0000</pubDate> 
<guid>http://zyan.cc/post/312/#blogcomment1541</guid> 
<description>
<![CDATA[ 
	[email]name@domain.com[/email][quote]文字[/quote]
]]>
</description>
</item><item>
<link>http://zyan.cc/post/312/#blogcomment3215</link>
<title><![CDATA[[评论] 一个发送HTML邮件的PHP函数[原创]]]></title> 
<author>东 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 08 May 2009 07:20:30 +0000</pubDate> 
<guid>http://zyan.cc/post/312/#blogcomment3215</guid> 
<description>
<![CDATA[ 
	我碰到一个奇怪的现象。<br/><br/>我在台式机和笔记本上都设置了同样环境的虚拟主机，用的是APMServe的同样版本。数据库和PHP脚本都是完全一样（相互copy的）。脚本中用到“mail($to,$subject,$message,$headers);”。<br/><br/>同样的这个php文件，在台式机上用得好好的（能正常发出邮件，对方信箱能正常收到）。但在笔记本上却没有反应（不发信，收不到）。可以肯定的是，笔记本是在联网状态。我现在就是在用本子上网发的贴子。<br/><br/>在APM的“邮件设置”中，我设置了自己单位的信箱（当作发出信箱）；另外在PHP脚本中设置了我的接受信箱。<br/><br/>我还查了一下，发现：<br/>台式机的php.ini中，[mail function];For Win32 only……那个地方的设置仍是默认的localhost和me@example.com，并没有变成其他参数。即使是在能够收发邮件的情况下；<br/>而笔记本方面，即使在APM的“邮件设置”中已经按台式机的同样设置好，并且，即使再将php.ini的[mail function]都做了改动，笔记本上的mail()仍然不能发出信。<br/><br/>我实在没有别的办法了，请大师帮忙指点。
]]>
</description>
</item><item>
<link>http://zyan.cc/post/312/#blogcomment6903</link>
<title><![CDATA[[评论] 一个发送HTML邮件的PHP函数[原创]]]></title> 
<author>菜鸟 &lt;yisangwu@163.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 27 Sep 2010 03:30:02 +0000</pubDate> 
<guid>http://zyan.cc/post/312/#blogcomment6903</guid> 
<description>
<![CDATA[ 
	请教php发送带图片的html邮件，怎么实现？
]]>
</description>
</item><item>
<link>http://zyan.cc/post/312/#blogcomment18846</link>
<title><![CDATA[[评论] 一个发送HTML邮件的PHP函数[原创]]]></title> 
<author>coach factory outlet &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:15:44 +0000</pubDate> 
<guid>http://zyan.cc/post/312/#blogcomment18846</guid> 
<description>
<![CDATA[ 
	Today, following half a century, mentor leather-bases <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet</a> continues to be the delicate craft of leather-based master is accountable for,Would you like to meet more friends, or go with the times? If yes, <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory online</a> is opening welcome doors to you.in the market you definitely can find various colorways that are designed in as well as the high quality that applied in. For most of you would like to come. So just come to our <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet online</a> store to choose one.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/312/#blogcomment18847</link>
<title><![CDATA[[评论] 一个发送HTML邮件的PHP函数[原创]]]></title> 
<author>louis vuitton sale &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:15:50 +0000</pubDate> 
<guid>http://zyan.cc/post/312/#blogcomment18847</guid> 
<description>
<![CDATA[ 
	Louis Vuitton belt at <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton sale</a> is one kind of fashion accessory with high cost performance among the Louis Vuitton accessories.Offering quality LV products with favorable prices, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton outlet</a> store is at your service. Hurry up, or you can not seize the chance.in fact, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton</a> is one of the most famous fashion design master.he opened the fist suitcase shop called after his name.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/312/#blogcomment18848</link>
<title><![CDATA[[评论] 一个发送HTML邮件的PHP函数[原创]]]></title> 
<author>coach outlet online &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:15:56 +0000</pubDate> 
<guid>http://zyan.cc/post/312/#blogcomment18848</guid> 
<description>
<![CDATA[ 
	I heard of <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet online</a> through the advertisement when I was shopping. And now I often brow the webpage and buy Coach bags online.It is a symbol regarding position not to mention nature.Here I would like to launch a excellent bags pertaining to business men.Which may be <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet store</a>.<a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet</a> has always been simple,durable style features to win consumers.The products are more flexible,with easy bleaching,wear characteristics,and simply use a damp cloth.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/312/#blogcomment18849</link>
<title><![CDATA[[评论] 一个发送HTML邮件的PHP函数[原创]]]></title> 
<author>coach outlet, &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:16:03 +0000</pubDate> 
<guid>http://zyan.cc/post/312/#blogcomment18849</guid> 
<description>
<![CDATA[ 
	Remember the <a href="http://www.coachoutletin.org" target="_blank">coach outlet</a> provide coach bags which won&#039;t be deteriorated into its overall styles by any means. It will maintain its looks, colors, and uniqueness for long time.<a href="http://www.coachoutletin.org" target="_blank">coach outlet store online</a> has been voted by Hour Detroit magazine readers as the Best of Detroit in their 12th annual readers&#039;poll.Lots of women like which usually amount normally include a <a href="http://www.coachoutletin.org" target="_blank">coach outlet online</a> ,it provides coziness to many girls that don&#039;t even think it is a great bushel of great interest directly to them.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/312/#blogcomment19251</link>
<title><![CDATA[[评论] 一个发送HTML邮件的PHP函数[原创]]]></title> 
<author>Coach&nbsp;&nbsp;Outlet &lt;coachoutlet0610@gmai.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 18 May 2012 02:39:17 +0000</pubDate> 
<guid>http://zyan.cc/post/312/#blogcomment19251</guid> 
<description>
<![CDATA[ 
	<a href="http://www.coachoutletonlinefly.com" target="_blank">Coach Outlet</a> was founded in 1941, in a loft in New York City.as a partnership called the Gail Manufacturing Company. Gail Manufacturing Company began as a family-owned business, with six leatherworkers who made small leather goods, such as wallets and handbags.<a href="http://www.coachoutletonlinefly.com" target="_blank">Coach Outlet Online</a> Store guarantee that all the coach handbags offered are own high quality. In addition , all of them are sold at an unexpected low price.If you want to purchase, just visit their website. 
]]>
</description>
</item><item>
<link>http://zyan.cc/post/312/#blogcomment19288</link>
<title><![CDATA[[评论] 一个发送HTML邮件的PHP函数[原创]]]></title> 
<author>Coach&nbsp;&nbsp;Outlet &lt;coachoutlet0610@gmai.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 18 May 2012 02:45:52 +0000</pubDate> 
<guid>http://zyan.cc/post/312/#blogcomment19288</guid> 
<description>
<![CDATA[ 
	Five years later in 1985, the Cahns decided to sell <a href="http://www.coachoutletcoachcanadat.com" target="_blank">Coach Outlet</a> after determining that none of their three children had any desire to take over the family leatherware business . Coach was then sold to Sara Lee Corporation for $30 million dollars.electric, diesel and mainline electric multiple units (EMU, DMU, MEMU), metro <a href="http://www.coachoutletcoachcanadat.com" target="_blank">Coach Outlet Canada</a> and Diesel Electric Tower Cars (DETC), Accident Relief Medical Vans (ARMV), Inspection Cars (RA), Fuel Test Cars, Track Recording Cars, the latest coaches are for the Deccan Odyssey . 
]]>
</description>
</item>
</channel>
</rss>