hey!
we still didnt solve the problem. if i am mailing 50 people in my php script it takes 60 seconds (using mail() function). someone suggested to use ` to put the job into background, other said exec() will do it but the truth is neither of those two really works.
so, is there a way to send 500 emails from one php script really FAST? otherwise mail() would only be useful for sending 5 emails at a time. strange function...
Matjaz