<?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: CakePHP SwiftMailer 3 Component</title>
	<atom:link href="http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cakephp-swiftmailer-3-component</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 02:22:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: sokar</title>
		<link>http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/comment-page-1/#comment-17737</link>
		<dc:creator>sokar</dc:creator>
		<pubDate>Thu, 29 Jan 2009 11:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/#comment-17737</guid>
		<description>wouter as I know cake emailComponent is using mailPHP so without SSL support :/</description>
		<content:encoded><![CDATA[<p>wouter as I know cake emailComponent is using mailPHP so without SSL support :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wouter</title>
		<link>http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/comment-page-1/#comment-17197</link>
		<dc:creator>wouter</dc:creator>
		<pubDate>Wed, 14 Jan 2009 07:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/#comment-17197</guid>
		<description>The component doesn&#039;t support cake 1.2 for now. Cake itself comes with a good email component now: http://book.cakephp.org/view/176/Email</description>
		<content:encoded><![CDATA[<p>The component doesn&#8217;t support cake 1.2 for now. Cake itself comes with a good email component now: <a href="http://book.cakephp.org/view/176/Email" rel="nofollow">http://book.cakephp.org/view/176/Email</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fabio m costa</title>
		<link>http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/comment-page-1/#comment-17181</link>
		<dc:creator>fabio m costa</dc:creator>
		<pubDate>Tue, 13 Jan 2009 17:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/#comment-17181</guid>
		<description>&quot;i’m trying to using this code with cake 1.2 stable, it sends a message but body is empty, any idea?&quot;

I&#039;m having the same issue...</description>
		<content:encoded><![CDATA[<p>&#8220;i’m trying to using this code with cake 1.2 stable, it sends a message but body is empty, any idea?&#8221;</p>
<p>I&#8217;m having the same issue&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mmm</title>
		<link>http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/comment-page-1/#comment-17039</link>
		<dc:creator>mmm</dc:creator>
		<pubDate>Fri, 09 Jan 2009 15:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/#comment-17039</guid>
		<description>i&#039;m trying to using this code with cake 1.2 stable, it sends a message but body is empty, any idea?</description>
		<content:encoded><![CDATA[<p>i&#8217;m trying to using this code with cake 1.2 stable, it sends a message but body is empty, any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aniq Rahman</title>
		<link>http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/comment-page-1/#comment-16537</link>
		<dc:creator>Aniq Rahman</dc:creator>
		<pubDate>Wed, 24 Dec 2008 23:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/#comment-16537</guid>
		<description>@Wouter: Thanks so much for a SwiftMailer3 port. You just saved me a ton of time.

@Adam: Good call! Thanks - that was a big help.</description>
		<content:encoded><![CDATA[<p>@Wouter: Thanks so much for a SwiftMailer3 port. You just saved me a ton of time.</p>
<p>@Adam: Good call! Thanks &#8211; that was a big help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Alton</title>
		<link>http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/comment-page-1/#comment-9547</link>
		<dc:creator>Adam Alton</dc:creator>
		<pubDate>Thu, 26 Jun 2008 12:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/#comment-9547</guid>
		<description>Hi, there&#039;s an error here, took me aaaaages to find this!


Line 249:
if($type == &#039;html&#039;){
			$this-&gt;message-&gt;attach(new Swift_Message_Part($msg, &quot;text/plain&quot;));
		}else{
			$this-&gt;message-&gt;attach(new Swift_Message_Part($msg, &quot;text/html&quot;));
		}

The &#039;text/html&#039; and &#039;text/plain&#039; are the wrong way round!!</description>
		<content:encoded><![CDATA[<p>Hi, there&#8217;s an error here, took me aaaaages to find this!</p>
<p>Line 249:<br />
if($type == &#8216;html&#8217;){<br />
			$this-&gt;message-&gt;attach(new Swift_Message_Part($msg, &#8220;text/plain&#8221;));<br />
		}else{<br />
			$this-&gt;message-&gt;attach(new Swift_Message_Part($msg, &#8220;text/html&#8221;));<br />
		}</p>
<p>The &#8216;text/html&#8217; and &#8216;text/plain&#8217; are the wrong way round!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wouter</title>
		<link>http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/comment-page-1/#comment-9281</link>
		<dc:creator>wouter</dc:creator>
		<pubDate>Fri, 06 Jun 2008 15:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/#comment-9281</guid>
		<description>Jason,

Thanks for the feedback. I have updated the swift_mailer script. It also supports SMTP authentication now...</description>
		<content:encoded><![CDATA[<p>Jason,</p>
<p>Thanks for the feedback. I have updated the swift_mailer script. It also supports SMTP authentication now&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Johnson</title>
		<link>http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/comment-page-1/#comment-8973</link>
		<dc:creator>Jason Johnson</dc:creator>
		<pubDate>Wed, 21 May 2008 22:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.aboutme.be/2008/05/07/cakephp-swiftmailer-3-component/#comment-8973</guid>
		<description>Hi, found an error i think:

Line 213:

$message-&gt;attach should be $this-&gt;message-&gt;attach</description>
		<content:encoded><![CDATA[<p>Hi, found an error i think:</p>
<p>Line 213:</p>
<p>$message-&gt;attach should be $this-&gt;message-&gt;attach</p>
]]></content:encoded>
	</item>
</channel>
</rss>

