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
sending indivdual emails to lotsa people at one time
Moderator: General Moderators
-
samscripts
- Forum Commoner
- Posts: 57
- Joined: Tue Apr 23, 2002 4:34 pm
- Location: London, UK
I don't, but
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.