<?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: Swift mailer</title>
	<atom:link href="http://www.symfonylab.com/swift-mailer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.symfonylab.com/swift-mailer/</link>
	<description>Everything you wanted to know about Symfony framework but did not know who to ask!</description>
	<lastBuildDate>Wed, 14 Dec 2011 12:09:25 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Our site top 10 most popular symfony articles of all times &#124; SymfonyLab</title>
		<link>http://www.symfonylab.com/swift-mailer/comment-page-1/#comment-790</link>
		<dc:creator>Our site top 10 most popular symfony articles of all times &#124; SymfonyLab</dc:creator>
		<pubDate>Thu, 03 Jun 2010 10:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/swift-mailer/#comment-790</guid>
		<description>[...] Swift mailer http://www.symfonylab.com/swift-mailer/      Author: [...]</description>
		<content:encoded><![CDATA[<p>[...] Swift mailer <a href="http://www.symfonylab.com/swift-mailer/" rel="nofollow">http://www.symfonylab.com/swift-mailer/</a>      Author: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maltos</title>
		<link>http://www.symfonylab.com/swift-mailer/comment-page-1/#comment-427</link>
		<dc:creator>maltos</dc:creator>
		<pubDate>Sun, 26 Oct 2008 19:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/swift-mailer/#comment-427</guid>
		<description>If you are trying to send batch file is much better to fill a table with from,from_name,to and message fields.

Create a batch process wich read 5 rows each time and send the email using swift.

Then just set a crontab that runs periodically this batch process.</description>
		<content:encoded><![CDATA[<p>If you are trying to send batch file is much better to fill a table with from,from_name,to and message fields.</p>
<p>Create a batch process wich read 5 rows each time and send the email using swift.</p>
<p>Then just set a crontab that runs periodically this batch process.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: another1aa</title>
		<link>http://www.symfonylab.com/swift-mailer/comment-page-1/#comment-300</link>
		<dc:creator>another1aa</dc:creator>
		<pubDate>Wed, 05 Mar 2008 12:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.symfonylab.com/swift-mailer/#comment-300</guid>
		<description>I did try swift on a production server.
Trying to send around 2000 emails with batchSend failed mainly because of the fact that php was timing out before managing to send all of the emails.

I had to modify swift class a bit and use set_time_limit in order to overcome the issue. Of course I had to wait some time before all emails were send but other than that all good.

I guess an asynchronous batchSend method would be a charm for such cases.</description>
		<content:encoded><![CDATA[<p>I did try swift on a production server.<br />
Trying to send around 2000 emails with batchSend failed mainly because of the fact that php was timing out before managing to send all of the emails.</p>
<p>I had to modify swift class a bit and use set_time_limit in order to overcome the issue. Of course I had to wait some time before all emails were send but other than that all good.</p>
<p>I guess an asynchronous batchSend method would be a charm for such cases.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

