mass mailing with swiftmailer?

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
ejiro2x
Forum Newbie
Posts: 22
Joined: Thu Apr 19, 2007 7:48 am

mass mailing with swiftmailer?

Post 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?
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Re: mass mailing with swiftmailer?

Post by Oren »

Yes, Swift can do that. http://www.swiftmailer.org/wikidocs/v3/tutorials/batch
As for schedule the mails - use a cron job.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: mass mailing with swiftmailer?

Post 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 ;)
Post Reply