(最佳实践)如何发送新闻通讯?
使用 PHP 向 5000 个人发送电子邮件的最佳解决方案是什么?
一个简单的循环就足够了吗?我应该将它们分开并每 5 分钟添加一个 cron 吗?
感谢您的建议!
What's the best solution to send an email to 5.000 guys with PHP?
is a simple Loop enough? should i split them and add a cron every 5 minutes?
Thanks for suggestions!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要一个批量邮件系统,基本上它可以处理队列。一个简单的循环会花费很长时间,可能主机认为这是一种垃圾邮件并关闭连接。看看群发邮件系统,市场上有很多,甚至是好的开源程序。
You need a bulk mail system, basically it works processing a queue. A simple Loop will take a long time consuming, perheps the host think it is a kind of spam and close the connection. Take a look at bulk mail system there are a plenty of in the market, even good open source programs.