<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SwiftMailer &#8211; Sending Mail in PHP With Ease</title>
	<atom:link href="http://www.justincarmony.com/blog/2009/09/21/swiftmailer-sending-mail-in-php-with-ease/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justincarmony.com/blog/2009/09/21/swiftmailer-sending-mail-in-php-with-ease/</link>
	<description>Web Designer &#38; Software Engineer</description>
	<lastBuildDate>Tue, 07 Feb 2012 19:08:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brady Kelly</title>
		<link>http://www.justincarmony.com/blog/2009/09/21/swiftmailer-sending-mail-in-php-with-ease/comment-page-1/#comment-49232</link>
		<dc:creator>Brady Kelly</dc:creator>
		<pubDate>Tue, 20 Dec 2011 17:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.justincarmony.com/blog/?p=472#comment-49232</guid>
		<description>Nice post, thanks. Nice colour theme as well. Is it public somewhere?</description>
		<content:encoded><![CDATA[<p>Nice post, thanks. Nice colour theme as well. Is it public somewhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Carmony</title>
		<link>http://www.justincarmony.com/blog/2009/09/21/swiftmailer-sending-mail-in-php-with-ease/comment-page-1/#comment-28750</link>
		<dc:creator>Justin Carmony</dc:creator>
		<pubDate>Wed, 23 Sep 2009 06:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.justincarmony.com/blog/?p=472#comment-28750</guid>
		<description>@Lonnie,

While I can kinda agree, for the very basic mail() works well, its when you start to leave the &quot;basic&quot; needs that I&#039;ve fought mail(). I guess I&#039;ve had enough battle wounds that I just prefer Swift now.

@Doran

I can understand your frustrations, and that is one of the &quot;double edge sword&quot; things about PHP, you have a LOT of choices, but it also can result in inconsistencies.

When I do use a library like Swift, I tend to have a copy for each project, instead of having a dozen projects pointing to the same library. That can make upgrading a pain, but it saves me from upgrading Swift for one project, only to massively break the code on another project.</description>
		<content:encoded><![CDATA[<p>@Lonnie,</p>
<p>While I can kinda agree, for the very basic mail() works well, its when you start to leave the &#8220;basic&#8221; needs that I&#8217;ve fought mail(). I guess I&#8217;ve had enough battle wounds that I just prefer Swift now.</p>
<p>@Doran</p>
<p>I can understand your frustrations, and that is one of the &#8220;double edge sword&#8221; things about PHP, you have a LOT of choices, but it also can result in inconsistencies.</p>
<p>When I do use a library like Swift, I tend to have a copy for each project, instead of having a dozen projects pointing to the same library. That can make upgrading a pain, but it saves me from upgrading Swift for one project, only to massively break the code on another project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doran L. Barton</title>
		<link>http://www.justincarmony.com/blog/2009/09/21/swiftmailer-sending-mail-in-php-with-ease/comment-page-1/#comment-28683</link>
		<dc:creator>Doran L. Barton</dc:creator>
		<pubDate>Tue, 22 Sep 2009 05:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.justincarmony.com/blog/?p=472#comment-28683</guid>
		<description>I&#039;m not a PHP developer (anymore. Stopped in 1997 and never looked back.), but I&#039;m a sysadmin and I have to maintain a few PHP sites. Why are there so many blasted PHP mail alternatives? 

Our developers were fighting with mail() and I found PEAR-Mail which installed easily on a CentOS system because it was available as a package in a standard yum repository.

Isn&#039;t PEAR supposed to be home of &quot;community standard&quot; packages? Why are so many devs still going out and installing third-party libraries like phpMailer and SwiftMailer? Better yet, why are they doing it on a per-project basis and not site-wide? Grrr. 

Sorry. A little venting here.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a PHP developer (anymore. Stopped in 1997 and never looked back.), but I&#8217;m a sysadmin and I have to maintain a few PHP sites. Why are there so many blasted PHP mail alternatives? </p>
<p>Our developers were fighting with mail() and I found PEAR-Mail which installed easily on a CentOS system because it was available as a package in a standard yum repository.</p>
<p>Isn&#8217;t PEAR supposed to be home of &#8220;community standard&#8221; packages? Why are so many devs still going out and installing third-party libraries like phpMailer and SwiftMailer? Better yet, why are they doing it on a per-project basis and not site-wide? Grrr. </p>
<p>Sorry. A little venting here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lonnie Olson</title>
		<link>http://www.justincarmony.com/blog/2009/09/21/swiftmailer-sending-mail-in-php-with-ease/comment-page-1/#comment-28666</link>
		<dc:creator>Lonnie Olson</dc:creator>
		<pubDate>Mon, 21 Sep 2009 23:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.justincarmony.com/blog/?p=472#comment-28666</guid>
		<description>How is that simple compared to:
ini_set(&#039;SMTP&#039;,&#039;smtp.example.org&#039;);
$result = mail(
&#039;receiver@domain.org, A name &#039;,
&#039;Wonderful Subject&#039;,
&#039;Here is the message itself&#039;,
&#039;From: John Doe &#039;);

Unless you need the advanced features like batch mailing using a heavy duty library with atrocious syntax, stick to mail();</description>
		<content:encoded><![CDATA[<p>How is that simple compared to:<br />
ini_set(&#8216;SMTP&#8217;,'smtp.example.org&#8217;);<br />
$result = mail(<br />
&#8216;receiver@domain.org, A name &#8216;,<br />
&#8216;Wonderful Subject&#8217;,<br />
&#8216;Here is the message itself&#8217;,<br />
&#8216;From: John Doe &#8216;);</p>
<p>Unless you need the advanced features like batch mailing using a heavy duty library with atrocious syntax, stick to mail();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.justincarmony.com/blog/2009/09/21/swiftmailer-sending-mail-in-php-with-ease/comment-page-1/#comment-28653</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Mon, 21 Sep 2009 19:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.justincarmony.com/blog/?p=472#comment-28653</guid>
		<description>Nice and easy.  I like it.  For non-CakePHP projects I will definitely consider it.  Thanks.</description>
		<content:encoded><![CDATA[<p>Nice and easy.  I like it.  For non-CakePHP projects I will definitely consider it.  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 11/21 queries in 0.009 seconds using memcached
Content Delivery Network via Rackspace Cloud Files: c747925.r25.cf2.rackcdn.com

Served from: www.justincarmony.com @ 2012-02-08 22:02:06 -->
