Hi,
I have a very common question to ask.
Please answer it if you know, or point to a link which explains it in details.
Question is as follows
I want to send 10,000 e-mails.
options, I use mail() function.
problem is php script times out.
solution to this, increase time limit by set_time_limit(0)
again some problem set_time_limit() works only when safe mode is off.:mad:
I also do not want to increase max_execution_time in the php.ini.
So, is there any way that I can send bulk emails (really large number). I want a solution which uses php.
Thank you all very much.