使用 Google Apps Standard - 电子邮件被标记为垃圾邮件
我为我的一个域名(例如 example.com)注册了 Google Apps 标准版。我设置了类似 [email protected] 的电子邮件 - 并使用 Google 电子邮件客户端并以用户联系人身份登录 - 如果我向用户发送电子邮件 - 他们会到达他们的收件箱。
但是,当我通过在我注册了域 example.com 的托管帐户上运行的 php 脚本发送它时 - 使用相同的电子邮件地址 [电子邮件受保护] - 它最终会进入垃圾邮件文件夹 - 我在 yahoo 和 gmail 帐户中都注意到了这一点
有关如何防止这种情况发生的任何提示。 谢谢
I signed up with Google apps standard edition for one of my domain names say example.com. I setup the emails like [email protected] - and using the Google Email client and loggin as user contact - if I send emails to users - they arrive in their inbox.
But when I send it through my php script running on my hosting account where I have registered the domain example.com - using the same email address [email protected] - it ends up in the Spam folder - I've noticed this in both yahoo and gmail accounts
Any tips on how to prevent this from happening.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您发送电子邮件的计算机是否有反向 PTR 记录?杰夫有 今天有一篇很棒的帖子详细介绍了拥有一个的必要性。
另一种选择是仅使用基于云的电子邮件提供商之一。一些建议:
另请确保您用于电子邮件的 IP 地址未被列入黑名单:http://www.mxtoolbox.com/blacklists.aspx。
Does the computer you are sending the email from have a reverse PTR record? Jeff has a great post up today detailing the necessity of having one.
Another option is to just use one of the cloud based email providers. Some suggestions:
Also make sure that the IP address you are using for email hasn't been black listed: http://www.mxtoolbox.com/blacklists.aspx.