<?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>发邮件 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E5%8F%91%E9%82%AE%E4%BB%B6/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Sat, 05 Aug 2017 15:19:07 +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>
		<item>
		<title>如何从Linux shell里发邮件(带附件)</title>
		<link>https://www.coder4.com/archives/1434</link>
					<comments>https://www.coder4.com/archives/1434#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Mon, 04 Apr 2011 09:50:05 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mutt]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[发邮件]]></category>
		<category><![CDATA[命令行]]></category>
		<category><![CDATA[附件]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1434</guid>

					<description><![CDATA[对于简单的邮件，可以直接使用sendmail或者mailx，但是带附件的比较麻烦，我们可以使用mutt。 1、安装 以Ubuntu/Debian为例，apt-get，CentOS等可以yum。 sudo apt-get install mutt 2、发邮件 请确认已经配置了sendmail echo "Content" &#124; mutt -s "Subject" xxxx@gmail.com -a ./firewall.sh 如上面所示：Content、Subject是内容和标题[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1434/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
