简体   繁体   English

电子邮件在Hotmail中变得垃圾

[英]Email Goes to junk in Hotmail

Email is sent using Amazon simple Email service form my website. 电子邮件是使用Amazon简单电子邮件服务从我的网站发送的。
When an email is sent to any Yahoo or Gmail address, it is delivered to Inbox ; 当电子邮件发送到任何Yahoo或Gmail地址时,它就会传递到Inbox but when it is sent to Hotmail,it is delivered to Junk . 但是,当将其发送到Hotmail时,它将传递给Junk
Why only Hotmail Treats my email as junk? 为什么只有Hotmail将我的电子邮件视为垃圾邮件?

When an external user sends email messages to an Outlook.com account, SmartScreen® filter technology evaluates the content of the messages and assigns each message a rating based on the probability that it is a junk email. 当外部用户将电子邮件发送到Outlook.com帐户时,SmartScreen®筛选器技术将评估邮件的内容,并根据每封邮件是垃圾邮件的可能性来为其分配等级。 This rating is stored as a message property called a spam confidence level (SCL) within the message itself. 此评级存储为邮件本身内称为垃圾邮件可信度(SCL)的邮件属性。 The SCL rating stays with the message as it is sent to other anti-spam protection layers within Outlook.com. 当邮件被发送到Outlook.com中的其他反垃圾邮件保护层时,SCL等级与邮件保持一致。 Rules inside Outlook.com are set to handle email messages with various SCL ratings. Outlook.com中的规则设置为处理具有各种SCL等级的电子邮件。 If a message has an SCL rating lower than a certain threshold, it is considered to be spam, and a rule then deletes the message rather than sending it to the user's junk email folder. 如果邮件的SCL等级低于特定阈值,则将其视为垃圾邮件,然后规则将删除该邮件,而不是将其发送到用户的垃圾邮件文件夹。 If the message has a higher SCL rating than the threshold, the email is delivered to the user's junk email folder rather than to the inbox. 如果邮件的SCL等级高于阈值,则电子邮件将传递到用户的垃圾电子邮件文件夹而不是收件箱。

https://mail.live.com/mail/junkemail.aspx https://mail.live.com/mail/junkemail.aspx

Mostly it is a email service provider specific thing but you can do below checks 通常,这是特定于电子邮件服务提供商的事情,但是您可以在下面进行检查

  1. Ensure valid sender email address 确保有效的发件人电子邮件地址
  2. Try not to use keywords like gift, prize etc. which are preferably spam activities 尽量不要使用诸如礼物,奖品等关键字,这些关键字最好是垃圾邮件活动

Try using https://litmus.com which may help on this/ rendering email in different email clients 尝试使用https://litmus.com ,这可能有助于此/在不同的电子邮件客户端中呈现电子邮件

Not all the Anti-Spam system depends only on 3rd party blacklists. 并非所有的反垃圾邮件系统都仅依赖于第三方黑名单。 Major email service providers builds their own reputation table in addition with the use of major 3rd party blacklists like spamhaus, barracuda etc. In your case, you are using Amazon SES to send mails. 主要的电子邮件服务提供商除了使用诸如垃圾邮件,梭子鱼等主要的第三方黑名单之外,还会建立自己的信誉表。在您的情况下,您正在使用Amazon SES发送邮件。 I, myself found enormous marketing mails coming from Amazon SES. 我自己发现了来自Amazon SES的大量营销邮件。 If the reputation of your email service provider is bad in hotmail then it may trigger the suspicious level of your mail regardless of your email service provider reputation at other blacklist providers. 如果您的电子邮件服务提供商的信誉在hotmail中不好,则无论您的电子邮件服务提供商在其他黑名单提供商中的声誉如何,它都可能触发邮件的可疑级别。 In addition to this, if your subject, body content contains some suspicious words then your mail will end up in junk folder. 除此之外,如果您的主题,正文内容包含一些可疑词,那么您的邮件将最终位于垃圾文件夹中。

Most emails sent from third party applications such as Wordpress, Joomla, or Amazon get diverted to junk and sometimes they fail and get stuck behind a security layer. 从第三方应用程序(如Wordpress,Joomla或Amazon)发送的大多数电子邮件都被转移到垃圾邮件中,有时它们会失败并卡在安全层后面。 I know for a fact with Wordpress Contact Form 7, this is the case many times. 我知道有关Wordpress Contact Form 7的事实,这是很多情况。

After so many years and finally attending a seminar for this particular issue, I finally was able to solve this problem specifically for Hotmail (Outlook.com). 这么多年之后,终于参加了有关此特定问题的研讨会,我终于能够专门为Hotmail(Outlook.com)解决此问题。

Before you do anything ensure your SMTP settings in your web config file (ASP.NET) are written correctly or in case of plugins (Wordpress) make sure the fields are filled correctly. 在执行任何操作之前,请确保正确书写Web配置文件(ASP.NET)中的SMTP设置,或者如果使用插件(Wordpress),请确保正确填写了字段。 This means ensuring these are the settings you are using for Outlook: 这意味着确保这些是您用于Outlook的设置:

From: your email ("asdf@outlook.com")
From Name: "Your name or company name"
Host: smtp.live.com
Type of Encryption: TLS
SMTP Port: 587
SMTP Authentication: Yes
Username: Same you use to login (usually the complete email address)
Password: Enough said there

IMPORTANT - Send a test email even if it fails. 重要 -即使测试电子邮件发送失败,也要发送它。 The point is to trigger an activity in Outlook and have them flag it as an unauthorized connection 关键是要触发Outlook中的活动并将其标记为未经授权的连接

Now, to the fix: 现在,修复:

  • Go to Outlook.com 前往Outlook.com
  • Login 登录
  • go to Account Settings 转到帐户设置
  • Choose Security & Privacy 选择安全和隐私
  • Click on "See my recent activity" 点击“查看我最近的活动”
  • The most recent activity should be the fail attempt. 最近的活动应该是失败尝试。 Authorize it as a trusted connection. 将其授权为受信任的连接。

Done! 完成!

Re-test and you shall see your emails showing in the inbox as an authorized connection. 重新测试,您将看到您的电子邮件作为授权连接显示在收件箱中。 Doing these steps let Outlook know that your emails from Amazon are legitimate connections and not Amazon trying to spam your account with solicitations etc. 执行这些步骤会让Outlook知道您从亚马逊发送的电子邮件是合法连接,而不是亚马逊试图通过诱骗等方式向您的帐户发送垃圾邮件。

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

相关问题 电子邮件从asp.Net应用程序进入垃圾文件夹 - Email goes into Junk folder from asp.Net app 从Hotmail检索电子邮件联系人 - Retrieving Email contacts from Hotmail 避免将垃圾邮件文件夹用于重要的电子邮件通知 - avoiding the junk email folders for important email notifications 如何抓取Hotmail联系电子邮件地址? - How to Grab Hotmail Contact Email Addresses? SMTPClient电子邮件有时会发送到垃圾邮件 - SMTPClient email sometimes going to Junk Mail 电子邮件进入垃圾邮件而不是收件箱 - Email goes to spam instead of inbox 反正有没有使用C#获取Hotmail电子邮件联系人而不是asp.net中的电子邮件哈希? - Is there anyway to get the Hotmail email contacts not the email hash in asp.net using C#? 将电子邮件限制为不在垃圾文件夹中发送,并且可以将电子邮件隐藏为收件人吗? - Restricting Email to not sent in Junk Folder and can it possible from Email hide to recipient? 如何使用ASP.Net通过Yahoo!发送电子邮件 还是Hotmail? - How can I use ASP.Net to send email through Yahoo! or Hotmail? 联系表单问题,将电子邮件从本地主机(IIS)发送到vb.net中的hotmail - Contact form issue sending email from local host (IIS) to my hotmail in vb.net
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM