Page 1 of 1

Sending Batch Email with Massive Email List (over 100k)

Posted: Fri Aug 24, 2007 9:48 am
by marvyndt
I'm not experienced with Swift Mailer, but I do have a question that I cannot find an answer to.

Does Swift Mailer have anything built in, so that I can run the script "behind the scenes"? Meaning, if I were to launch a campain of over 100k emails, would I sit at a waiting screen while all 100k emails are processed? Or can I force it to run independant of the user, where they can immediately close the browser once the campaign has started?

Re: Sending Batch Email with Massive Email List (over 100k)

Posted: Fri Aug 24, 2007 3:53 pm
by Chris Corbyn
marvyndt wrote:I'm not experienced with Swift Mailer, but I do have a question that I cannot find an answer to.

Does Swift Mailer have anything built in, so that I can run the script "behind the scenes"? Meaning, if I were to launch a campain of over 100k emails, would I sit at a waiting screen while all 100k emails are processed? Or can I force it to run independant of the user, where they can immediately close the browser once the campaign has started?
The way I would do this is to "spool" the messages into a database, then have a cron script which runs every 5 minutes or so and pulls 1000 emails off the spool and marks them as sent. That way the user creating the campaign sees an almost instant "Campaign now in queue" or something.