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.
我无法将 1000 封邮件从 cakephp 发送到 centos(postfix/covedot)。直到我可以发送 950 封邮件,在此之前,有一段时间我丢失了我的邮件正文/centos 未收到的电子邮件。有没有限制。我也尝试增加和减少邮件内容。但仍然遇到问题。
谢谢你。
我会说这可能是由于 php 脚本执行时间过长。一种解决方案是使用密件抄送发送电子邮件,但如果您尝试跟踪电子邮件,这并不总是一种选择。您可以尝试使用内存较少的方式发送。您当前的 Config\email.php 是什么