What's the best method to mass-mailing

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
YvesTan
Forum Newbie
Posts: 8
Joined: Thu Mar 06, 2008 1:54 pm

What's the best method to mass-mailing

Post 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 !
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

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

Post 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 ;)
YvesTan
Forum Newbie
Posts: 8
Joined: Thu Mar 06, 2008 1:54 pm

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

Post by YvesTan »

Thanks ! Antiflood plugin ok ;) I'm going to try this plugin
Post Reply