sending indivdual emails to lotsa people at one time

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
samscripts
Forum Commoner
Posts: 57
Joined: Tue Apr 23, 2002 4:34 pm
Location: London, UK

sending indivdual emails to lotsa people at one time

Post 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
godfrey
Forum Newbie
Posts: 7
Joined: Fri Jul 12, 2002 9:46 am
Contact:

I don't, but

Post 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.
Post Reply