mailing lists

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
rsmarsha
Forum Contributor
Posts: 242
Joined: Tue Feb 08, 2005 4:06 am
Location: Leeds, England

mailing lists

Post by rsmarsha »

Was wondering if anyone could give me some tips/pointers on the best way to send mails from a mailing list. I will have a table of users signed up to a list and need to send them each a mail. I could just loop through their emails and send one to each, but am worried about the load this will put on the server. Is there a better way to do this?
User avatar
php3ch0
Forum Contributor
Posts: 212
Joined: Sun Nov 13, 2005 7:35 am
Location: Folkestone, Kent, UK

Post by php3ch0 »

Try this topic

viewtopic.php?t=52882
Post Reply