<?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: Sending Mail with Solar</title>
	<atom:link href="http://paul-m-jones.com/archives/253/feed" rel="self" type="application/rss+xml" />
	<link>http://paul-m-jones.com/archives/253?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sending-mail-with-solar</link>
	<description>It&#039;s not enough to be smart; you have to actually know things.</description>
	<lastBuildDate>Wed, 08 Feb 2012 21:50:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: pmjones</title>
		<link>http://paul-m-jones.com/archives/253/comment-page-1#comment-163429</link>
		<dc:creator>pmjones</dc:creator>
		<pubDate>Thu, 19 Jul 2007 13:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://paul-m-jones.com/blog/?p=253#comment-163429</guid>
		<description>Hi Stoyan -- that is exactly the plan.  :-)</description>
		<content:encoded><![CDATA[<p>Hi Stoyan &#8212; that is exactly the plan.  :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://paul-m-jones.com/archives/253/comment-page-1#comment-163416</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Thu, 19 Jul 2007 12:31:21 +0000</pubDate>
		<guid isPermaLink="false">http://paul-m-jones.com/blog/?p=253#comment-163416</guid>
		<description>Hi Paul,
why don&#039;t you at this (and the previous) article to the Solar manual ?</description>
		<content:encoded><![CDATA[<p>Hi Paul,<br />
why don&#8217;t you at this (and the previous) article to the Solar manual ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: developercast.com &#187; Paul Jones&#8217; Blog: Sending Mail with Solar</title>
		<link>http://paul-m-jones.com/archives/253/comment-page-1#comment-163181</link>
		<dc:creator>developercast.com &#187; Paul Jones&#8217; Blog: Sending Mail with Solar</dc:creator>
		<pubDate>Wed, 18 Jul 2007 19:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://paul-m-jones.com/blog/?p=253#comment-163181</guid>
		<description>[...] Paul Jones has posted a new tutorial about using the mail functionality of the Solar framework - the Solar_Mail and Solar_Stmp packages.   While each of these [PEAR Mail, PhpMailer, SwiftMailer, Zend_Mail] will work with Solar, the new Solar_Mail and Solar_Smtp packages work &#8220;natively&#8221;, in that they support automatic configuration, locale and exception inheritance, and so on. Read on for some examples on how to use them. [...]</description>
		<content:encoded><![CDATA[<p>[...] Paul Jones has posted a new tutorial about using the mail functionality of the Solar framework &#8211; the Solar_Mail and Solar_Stmp packages.   While each of these [PEAR Mail, PhpMailer, SwiftMailer, Zend_Mail] will work with Solar, the new Solar_Mail and Solar_Smtp packages work &#8220;natively&#8221;, in that they support automatic configuration, locale and exception inheritance, and so on. Read on for some examples on how to use them. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antti Holvikari</title>
		<link>http://paul-m-jones.com/archives/253/comment-page-1#comment-163109</link>
		<dc:creator>Antti Holvikari</dc:creator>
		<pubDate>Wed, 18 Jul 2007 14:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://paul-m-jones.com/blog/?p=253#comment-163109</guid>
		<description>It&#039;s worth mentioning that you don&#039;t have to setup any registry objects; instead you can just set some config keys so that Solar_Mail_Transport knows how to choose the correct adapter. For example, to use PHP&#039;s mail() by default, you can do this in your config file:

&lt;code&gt;
$config[&#039;Solar_Mail_Message&#039;][&#039;transport&#039;][&#039;adapter&#039;] = &#039;Solar_Mail_Transport_Adapter_Phpmail&#039;;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>It&#8217;s worth mentioning that you don&#8217;t have to setup any registry objects; instead you can just set some config keys so that Solar_Mail_Transport knows how to choose the correct adapter. For example, to use PHP&#8217;s mail() by default, you can do this in your config file:</p>
<p><code><br />
$config['Solar_Mail_Message']['transport']['adapter'] = 'Solar_Mail_Transport_Adapter_Phpmail';<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPDeveloper.org</title>
		<link>http://paul-m-jones.com/archives/253/comment-page-1#comment-163106</link>
		<dc:creator>PHPDeveloper.org</dc:creator>
		<pubDate>Wed, 18 Jul 2007 14:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://paul-m-jones.com/blog/?p=253#comment-163106</guid>
		<description>&lt;strong&gt;Paul Jones&#039; Blog: Sending Mail with Solar...&lt;/strong&gt;

...</description>
		<content:encoded><![CDATA[<p><strong>Paul Jones&#8217; Blog: Sending Mail with Solar&#8230;</strong></p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

