<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Swift mailer</title>
	<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>
	<pubDate>Fri, 25 Jul 2008 08:10:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: another1aa</title>
		<link>http://www.symfonylab.com/swift-mailer/#comment-300</link>
		<dc:creator>another1aa</dc:creator>
		<pubDate>Wed, 05 Mar 2008 12:33:16 +0000</pubDate>
		<guid>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>
