<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Handling mail and mime in PHP using the Zend Framework</title>
	<atom:link href="http://www.techfounder.net/2008/07/18/handling-mail-and-mime-in-php-using-the-zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techfounder.net/2008/07/18/handling-mail-and-mime-in-php-using-the-zend-framework/</link>
	<description>Blog about web development and Internet entrepreneurship</description>
	<pubDate>Fri, 21 Nov 2008 16:32:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Eran Galperin</title>
		<link>http://www.techfounder.net/2008/07/18/handling-mail-and-mime-in-php-using-the-zend-framework/#comment-121</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Sun, 20 Jul 2008 15:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=97#comment-121</guid>
		<description>Don't forget to contribute your findings in the bug tracker ;)</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget to contribute your findings in the bug tracker <img src='http://www.techfounder.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rauan Maemirov</title>
		<link>http://www.techfounder.net/2008/07/18/handling-mail-and-mime-in-php-using-the-zend-framework/#comment-120</link>
		<dc:creator>Rauan Maemirov</dc:creator>
		<pubDate>Sun, 20 Jul 2008 12:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=97#comment-120</guid>
		<description>Thanks for nice post. But that fixes in bug tracker didn't help me and completely broke my encoding instead of fixing it. I'll try to investigate it soon.</description>
		<content:encoded><![CDATA[<p>Thanks for nice post. But that fixes in bug tracker didn&#8217;t help me and completely broke my encoding instead of fixing it. I&#8217;ll try to investigate it soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Abernethy</title>
		<link>http://www.techfounder.net/2008/07/18/handling-mail-and-mime-in-php-using-the-zend-framework/#comment-115</link>
		<dc:creator>Chris Abernethy</dc:creator>
		<pubDate>Fri, 18 Jul 2008 13:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=97#comment-115</guid>
		<description>Nice introduction to Zend_Mail! I'm currently working on porting a rather large web application to use Zend Framework, and I will definitely be looking at replacing our use of the mail() function with Zend_Mail.</description>
		<content:encoded><![CDATA[<p>Nice introduction to Zend_Mail! I&#8217;m currently working on porting a rather large web application to use Zend Framework, and I will definitely be looking at replacing our use of the mail() function with Zend_Mail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eran Galperin</title>
		<link>http://www.techfounder.net/2008/07/18/handling-mail-and-mime-in-php-using-the-zend-framework/#comment-114</link>
		<dc:creator>Eran Galperin</dc:creator>
		<pubDate>Fri, 18 Jul 2008 12:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=97#comment-114</guid>
		<description>The problem with the mail() function is that it opens a separate socket connection for each mail. The PHP manual recommends using wrappers that send mail via SMTP - http://www.php.net/manual/en/function.mail.php (scroll down to the notes).</description>
		<content:encoded><![CDATA[<p>The problem with the mail() function is that it opens a separate socket connection for each mail. The PHP manual recommends using wrappers that send mail via SMTP - <a href="http://www.php.net/manual/en/function.mail.php" rel="nofollow">http://www.php.net/manual/en/function.mail.php</a> (scroll down to the notes).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oren</title>
		<link>http://www.techfounder.net/2008/07/18/handling-mail-and-mime-in-php-using-the-zend-framework/#comment-113</link>
		<dc:creator>Oren</dc:creator>
		<pubDate>Fri, 18 Jul 2008 08:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.techfounder.net/?p=97#comment-113</guid>
		<description>Hi,

Nice post.
Why is SMTP quicker? What happens in the non-smtp way? Executing the sendmail binary like the php simple mail() command?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice post.<br />
Why is SMTP quicker? What happens in the non-smtp way? Executing the sendmail binary like the php simple mail() command?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
