Page 1 of 1

sending indivdual emails to lotsa people at one time

Posted: Sat Jul 13, 2002 2:47 pm
by samscripts
Hi all, does anyone have any advice on how to go about sending individual emails to lots of people in one go? I've read that using mail() to send more than just a few emails per script isn't a very good idea.

The mails need to be generated by a script from a database automatically.

Anyone got a better way to do it than just using the mail() function?

cheers, sam

I don't, but

Posted: Sat Jul 13, 2002 3:50 pm
by godfrey
I have a mailing list with over 1500 members and it works just fine. it goes throught a database and sends them wichever list they subscribed to.