How to use php mail() function without crashing the server?

wagnerouter

New Member
I want to send out some batch e-mails using php. I have done so in the past with a foreach loop within which I use the php mail() function. However, when there are a lot of e-mails to send out, this often gets backed up and crashes the server. How can I do this without overwhelming the system?
 
Back
Top