如果我使用 PHP $mail 实现时事通讯,会有问题吗?
我的意思是,
从长远来看,当我有很多帐户(10,000+)时,我会把它们全部发送出去吗?
或者更好的是我为此找到一个第三方开放脚本?
谢谢!
I mean,
i'n the long term, when i have many accounts (10,000+), will send them all?
Or better i find a 3rd party open script for this?
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,如果您同时发送大量电子邮件,您可能会被邮件托管商作为垃圾邮件发送者列入黑名单。我听说的一个解决方案是延迟并每隔一小时左右发送一小批,但老实说,我认为这并不是真正有效;)
使用外部合作伙伴可能会很有用,也许您可以尝试 Mail Chimp,因为它就是免费,限制 2k 用户,我想值得一试。那么如果你超过2k你就可以考虑是否要付费服务了!
As far as i know, if you send a lot of email all at the same moment, you can get blacklisted by mail hosters as a spammer. One solution i heard about is to delay and send one smaller batch from every hour or so, but i honnestly don't think this is really efficient ;)
Using an external partner could be useful, maybe you could try Mail Chimp, as it is free with limit of 2k users, i guess it's worth giving a try. Then if you go over 2k you can consider getting a paying service or not !