alexkeel79
MIS
I am writing a script to send emails to about 100 users. I have been looking through the php.net description of Mail() and at the end I noticed that it said I shouldn't use this function in a loop. If I use a loop that cycles through 100 times is that too much for this function or am I okay?