开发者

Browser Get hange when send mass mails in php

I am sending Mass mail in PHP using the third party tool "PHP List".When as I am running the PHP list "process_queue.php" from my system within Iframe.Thehe browser continuously loading.also the browser get hanged.

What I n开发者_Python百科eed after run that "process_queue.php" script, I just want to show the static output "mail processing" notification instead of browser get loading for long time.

Could you please advice?


Rather than executing it through HTTP, consider using the provided command-line script or executing a cron job.

See the documentation for more information.


You can use ajax to send request to PHP for each email and then can show progress on the page as well.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜