Tagged Questions
3
votes
5answers
388 views
How much mail() function can be used in 30sec execution time?
I have to made a page which will send Email to Newsletter subscribers. There is more then 14000 subscriber. I want to use php mail() function to send Email to them. But I'm afraid that it will not be ...