我正在处理这个问题大约5个小时,我仍然找不到将私人服务器的电子邮件发送到gmail的垃圾邮件文件夹的方法。
我在谷歌收到的错误是:
Received-SPF: neutral (google.com: 212.113.177.3 is neither permitted nor denied by domain of info@skiuwi.com) client-ip=212.113.177.3;
Authentication-Results: mx.google.com;
spf=neutral (google.com: 212.113.177.3 is neither permitted nor denied by domain of info@skiuwi.com) smtp.mail=info@skiuwi.com
我实际上不知道IP 212.113.177.3究竟是什么,但谷歌周围的搜索告诉我在我的域名中添加一些SPF,所以我做了。
但是电子邮件继续转到SPAM文件夹。所以我去了SPF Record Checker 并输出以下结果:
我在SPF中做错了什么?
答案 0 :(得分:1)
您需要将两个SPF记录合并为一个。
v=spf1 ip4:212.113.177.3 include:_spf.google.com ~all
请注意,添加SPF并不是一个神奇的子弹。许多组件都会进入垃圾邮件过滤 - 内容分析,发送IP的声誉,使用的域名的年龄,黑名单,DKIM等。