Page 1 of 1

mass mailing with swiftmailer?

Posted: Sat Jan 19, 2008 2:52 pm
by ejiro2x
i want to know if swiftmailer has this features:
capable of mass mailing?
and schedule the mails i;e program swiftmailer to automatically send mails btw intervals eg send msg to 100 email addy's every 5 mins?

Re: mass mailing with swiftmailer?

Posted: Sat Jan 19, 2008 3:58 pm
by Oren
Yes, Swift can do that. http://www.swiftmailer.org/wikidocs/v3/tutorials/batch
As for schedule the mails - use a cron job.

Re: mass mailing with swiftmailer?

Posted: Sat Jan 19, 2008 5:18 pm
by Chris Corbyn
Just to make one thing clear with regards to "scheduling". Swift is a library, not an application. It provides you with the code you need to build such a "scheduling" tool, but ou'd ultimately have to put it together with something like cron as Oren suggests ;)