简体   繁体   English

通过 C# SMTP 发送给客户的电子邮件会直接成为某些邮件提供商的垃圾邮件

[英]Emails sent to customers via C# SMTP go straight to spam for some mail providers

I'm sending emails to customers via our website for communication, and although many providers (Outlook, gmail, yahoo) do not flag the email as spam, I'm finding that Hotmail (Outlook Live) shoves the recieved email directly into Junk Email.我通过我们的网站向客户发送电子邮件以进行通信,尽管许多提供商(Outlook、gmail、yahoo)并未将电子邮件标记为垃圾邮件,但我发现 Hotmail(Outlook Live)会将收到的电子邮件直接推送到垃圾邮件中.

When checking the signature there was quite a few things wrong with the authentication including SPF & the DKIM.检查签名时,身份验证存在很多问题,包括 SPF 和 DKIM。 These issues have since been fixed, although the emails are still interpreted as spam & I'm unsure how to proceed as my knowledge on the subject is quite limited.这些问题已经得到解决,尽管这些电子邮件仍然被解释为垃圾邮件,而且我不确定如何继续,因为我对这个主题的了解非常有限。 The entire signature is quite massive and I can post it upon request, although for now I'll just post the authentication header portion of the email source (The emails were manually X'd out)整个签名非常庞大,我可以根据要求发布,尽管现在我只会发布电子邮件源的身份验证标头部分(电子邮件是手动 X'd out)

Authentication-Results: spf=pass (sender IP is 198.61.254.26)
 smtp.mailfrom=crXXXXXXXXXXX0.com; hotmail.com; dkim=pass (signature was
 verified) header.d=crXXXXXXXXXXX0.com;hotmail.com; dmarc=bestguesspass
 action=none header.from=crXXXXXXXXXXX0.com;
Received-SPF: Pass (protection.outlook.com: domain of crXXXXXXXXXXX0.com
 designates 198.61.254.26 as permitted sender)
 receiver=protection.outlook.com; client-ip=198.61.254.26; helo=
 so254-26.mailgun.net;

It would appear that your sending IP is on a few blacklists.您的发送 IP 似乎在一些黑名单中。 Not all email providers react the same way to blacklisted email addresses, and not all of them check the same lists.并非所有电子邮件提供商对列入黑名单的电子邮件地址的反应都相同,也并非所有提供商都检查相同的列表。 You will probably want to use a dedicated email service.您可能希望使用专用的电子邮件服务。 This would be my first troubleshooting step.这将是我的第一个故障排除步骤。

MXToolBox 黑名单

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM