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!
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?