Page 1 of 1

What's the best method to mass-mailing

Posted: Thu Mar 06, 2008 2:09 pm
by YvesTan
Hello,

First, sorry for my bad english (french user).

I'use my own mass-mailing script to send on 30 000 subcribers (on dedicated server with postfix ...). My script (on command line interface) use phpmailer but I wan't to try swiftmailer ;)

My script provided a loop with 20 seconds pause of 100 mails.

What's the best way if I use swift mailer ? batchSend ? batchMailer ? simply Send ?

script : http://www.grafactory.net/dl/sendnews-0.2b.tar.gz on my blog http://www.grafactory.net/blog/post/200 ... mis-a-jour

thanks !

Re: What's the best method to mass-mailing

Posted: Thu Mar 06, 2008 8:47 pm
by Chris Corbyn
batchSend() and BatchMailer are the same thing :) bachSend() simply wraps the BatchMailer functionality for convenience.

You can do the 100 emails with a 20 second pause by using the AntiFlood plugin too ;)

Re: What's the best method to mass-mailing

Posted: Fri Mar 07, 2008 1:04 am
by YvesTan
Thanks ! Antiflood plugin ok ;) I'm going to try this plugin