【发布时间】:2016-10-19 05:23:47
【问题描述】:
我正在使用 swiftmailer 发送电子邮件,所有邮件都进入垃圾邮件文件夹,SPF 显示状态通过。我需要做些什么来取消垃圾邮件
Delivered-To: josemon.zixent@gmail.com
Received: by 10.107.191.131 with SMTP id p125csp117228iof;
Tue, 18 Oct 2016 22:20:57 -0700 (PDT)
X-Received: by 10.55.18.28 with SMTP id c28mr4620542qkh.125.1476854457365;
Tue, 18 Oct 2016 22:20:57 -0700 (PDT)
Return-Path: <tips@interviewtips.xyz>
Received: from interviewtips.xyz (li1017-172.members.linode.com. [45.33.71.172])
by mx.google.com with ESMTP id w74si23142432qkw.3.2016.10.18.22.20.57
for <josemon.zixent@gmail.com>;
Tue, 18 Oct 2016 22:20:57 -0700 (PDT)
Received-SPF: pass (google.com: domain of tips@interviewtips.xyz designates 45.33.71.172 as permitted sender) client-ip=45.33.71.172;
Authentication-Results: mx.google.com;
spf=pass (google.com: domain of tips@interviewtips.xyz designates 45.33.71.172 as permitted sender) smtp.mailfrom=tips@interviewtips.xyz
Received: by interviewtips.xyz (Postfix, from userid 1001) id B36DE817B9; Wed, 19 Oct 2016 05:20:54 +0000 (UTC)
To: josemon.zixent@gmail.com
Subject: [josemon.zixent] Is your Resume not getting shortlisted?
X-PHP-Originating-Script: 0:SimpleMailInvoker.php
Message-ID: <a6d39b3f95ee3608da294edc48eee3e7@interviewtips.xyz>
Date: Wed, 19 Oct 2016 05:20:54 +0000
From: tips@interviewtips.xyz
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="_=_swift_v4_1476854454_e4fa42ac587c6d9e0a47f9b64d71b9ec_=_"
tips: tips@interviewtips.xyz
--_=_swift_v4_1476854454_e4fa42ac587c6d9e0a47f9b64d71b9ec_=_
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
--_=_swift_v4_1476851958_4161d478461e54e72c39c80d6e24bfa1_=_
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
【问题讨论】:
-
在这种情况下,接收服务可能认为主题/正文是垃圾邮件。尝试改变这些。
-
试过了,设置主题为“Good day jose”,内容为“Good day Dear,这是我们去上课的最佳时间”没有效果
-
我投票决定将此问题作为题外话结束,因为它是关于电子邮件的传递性,而不是关于编程。另见meta.stackoverflow.com/questions/302903/…
-
正文部分似乎被破坏了,并且您没有尾随的 MIME 边界。 Subject 标题后面明显空的标题行看起来也很可疑。如果您在不理解的情况下复制/粘贴电子邮件代码,您的行为就像垃圾邮件发送者。 .xyz 域名也有严重的垃圾邮件关联。
-
感谢提及,我正在结束问题
标签: spam-prevention mail-server mass-emails