<?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: Make CakePHP Email Component Reusable</title>
	<atom:link href="http://erhanabay.com/2009/01/29/make-cakephp-email-component-reusable/feed/" rel="self" type="application/rss+xml" />
	<link>http://erhanabay.com/2009/01/29/make-cakephp-email-component-reusable/</link>
	<description>WebDevelopment , PHP, Javascript, CakePHP, ExtJS</description>
	<lastBuildDate>Fri, 05 Mar 2010 09:18:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://erhanabay.com/2009/01/29/make-cakephp-email-component-reusable/#comment-3788</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 22 Sep 2009 06:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://erhanabay.com/?p=175#comment-3788</guid>
		<description>Wonderful component! How does it work with multiple email addresses?</description>
		<content:encoded><![CDATA[<p>Wonderful component! How does it work with multiple email addresses?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://erhanabay.com/2009/01/29/make-cakephp-email-component-reusable/#comment-3787</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Wed, 16 Sep 2009 17:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://erhanabay.com/?p=175#comment-3787</guid>
		<description>Nice idea, cheers!</description>
		<content:encoded><![CDATA[<p>Nice idea, cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beeman</title>
		<link>http://erhanabay.com/2009/01/29/make-cakephp-email-component-reusable/#comment-3753</link>
		<dc:creator>beeman</dc:creator>
		<pubDate>Tue, 24 Mar 2009 22:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://erhanabay.com/?p=175#comment-3753</guid>
		<description>Well done, this works great! :)</description>
		<content:encoded><![CDATA[<p>Well done, this works great! <img src='http://erhanabay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erhan Abay</title>
		<link>http://erhanabay.com/2009/01/29/make-cakephp-email-component-reusable/#comment-3546</link>
		<dc:creator>Erhan Abay</dc:creator>
		<pubDate>Fri, 13 Feb 2009 14:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://erhanabay.com/?p=175#comment-3546</guid>
		<description>You are right!

I forgot to add it because it is in my app_controller.php ;)

Thank you for your suggestion.</description>
		<content:encoded><![CDATA[<p>You are right!</p>
<p>I forgot to add it because it is in my app_controller.php <img src='http://erhanabay.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thank you for your suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maine</title>
		<link>http://erhanabay.com/2009/01/29/make-cakephp-email-component-reusable/#comment-3545</link>
		<dc:creator>Maine</dc:creator>
		<pubDate>Fri, 13 Feb 2009 14:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://erhanabay.com/?p=175#comment-3545</guid>
		<description>Nice tip! Just add one more line to the controller to make it perfect:
var $components = array(&#039;Mailer&#039;);

I would also read SMTP settings (in component initialize method) from a config file:
$this-&gt;smtpOptions = Configure::read(&#039;Email.SMTPConfig&#039;);</description>
		<content:encoded><![CDATA[<p>Nice tip! Just add one more line to the controller to make it perfect:<br />
var $components = array(&#8216;Mailer&#8217;);</p>
<p>I would also read SMTP settings (in component initialize method) from a config file:<br />
$this-&gt;smtpOptions = Configure::read(&#8216;Email.SMTPConfig&#8217;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
