Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每个人
背景:我正在使用 phpmailer 发送电子邮件。为一组用户注册到我们的系统。所以管理员点击注册,所有的电子邮件(100+)都应该发送到他们的邮箱。
问题:管理员不能等待很长时间才能等待系统响应。此外,系统将在 30 秒后报告超时。
现在,只有前 6 或 7 封电子邮件发送成功。其他邮件会因为超时而发送失败。
问题:那么,如何解决这个问题?
很多谢谢。
您可以使用set_time_limit来增加允许脚本运行的时间,还可以查看我如何使用 PHP 实现此场景?