faster than php mail() ?
Posted: Sat Oct 06, 2007 10:45 pm
I remember reading about swift and why it's faster than mail() but now I can't remember where?
I've got about 15K newsletters to send (and yes I've read the docs about "I've got ##### of emals to send, best way?).
But I'm not that experienced with background processes and cron jobs.
Right now I'm using mail() in a while loop that reads a MySQL recordset.
It prints out the address of each person being sent to and they seem to like that.
So if I'm lazy and I use batchSend in my while loop, will I see an increase in performance without using the cron job approach?
Thanks
I've got about 15K newsletters to send (and yes I've read the docs about "I've got ##### of emals to send, best way?).
But I'm not that experienced with background processes and cron jobs.
Right now I'm using mail() in a while loop that reads a MySQL recordset.
It prints out the address of each person being sent to and they seem to like that.
So if I'm lazy and I use batchSend in my while loop, will I see an increase in performance without using the cron job approach?
Thanks