<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>E-Mail - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/e-mail/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Mon, 31 Oct 2011 14:08:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>通过PHP发送邮件(带附件、HTML等)</title>
		<link>https://www.coder4.com/archives/2599</link>
					<comments>https://www.coder4.com/archives/2599#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Mon, 31 Oct 2011 14:08:19 +0000</pubDate>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[E-Mail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[SwiftMail]]></category>
		<category><![CDATA[发邮件]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=2599</guid>

					<description><![CDATA[用PHP发邮件，可以走sendmail，但是MIME方面，如果用内置的，非常麻烦。 我使用了SwiftMail 有兴趣的可以看看他们的文档，支持SMTP、Sendmail，对MIME的支持也很简单很强大，支持附件、html等。 一个例子： &#60;?php require_once './lib/swift_required.php'; //E-Mail $mail_title = "I'm Subject"; $mail_content = "I'm Conte[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/2599/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
