<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>翟鹏的博客 &#187; PHPmailer</title>
	<atom:link href="http://www.zhaipeng.cn/tag/phpmailer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhaipeng.cn</link>
	<description>积极的工作,塌实的学习,安静的写博客...</description>
	<lastBuildDate>Thu, 10 Jun 2010 14:26:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>使用PHPMailer发送邮件</title>
		<link>http://www.zhaipeng.cn/2008/11/05/%e4%bd%bf%e7%94%a8phpmailer%e5%8f%91%e9%80%81%e9%82%ae%e4%bb%b6/</link>
		<comments>http://www.zhaipeng.cn/2008/11/05/%e4%bd%bf%e7%94%a8phpmailer%e5%8f%91%e9%80%81%e9%82%ae%e4%bb%b6/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 02:32:53 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[PHPmailer]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/11/05/%e4%bd%bf%e7%94%a8phpmailer%e5%8f%91%e9%80%81%e9%82%ae%e4%bb%b6/</guid>
		<description><![CDATA[PHPMailer是一个用于发送电子邮件的PHP函数包。 官方网址 http://phpmailer.codeworxtech.com/index.php 下载网址 http://sourceforge.net/project/showfiles.php?group_id=26031 它提供的功能包括： 在发送邮时指定多个收件人，抄送地址，暗送地址和回复地址 支持多种邮件编码包括：8bit，base64，binary和quoted-printable 支持SMTP验证 支持冗余SMTP服务器 支持带附件的邮件和Html格式的邮件 自定义邮件头 支持在邮件中嵌入图片 调试灵活 经测试兼容的SMTP服务器包括：Sendmail,qmail,Postfix,Imail,Exchange等 可运行在任何平台之上 例子代码 : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/11/05/%e4%bd%bf%e7%94%a8phpmailer%e5%8f%91%e9%80%81%e9%82%ae%e4%bb%b6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
