带身份验证的 PHP 群发邮件
您好,
什么是使用 PHP 发送 3000 封电子邮件(例如)的最佳方法是什么? 我知道使用 mail() 函数不是推荐的解决方案,使用 MX 服务器进行身份验证是最佳实践。
谢谢。
Possible Duplicate:
Use php mass mailer or simply mail()?
Hello,
What is the best way to send 3000 emails (for example) with PHP?
I understand using mail() function is not the recommended solution and that authentication with the MX server is a best practice.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
swiftmailer 会有很大帮助
swiftmailer would be a big help