简体   繁体   English

AWS SES 电子邮件进入垃圾邮件 Outlook 邮件

[英]AWS SES emails are coming in Junk of Outlook Mail

Sending some automated emails through SES inside the organisation but those are directly going to junk folder of Outlook mail.通过组织内部的 SES 发送一些自动电子邮件,但这些电子邮件将直接转到 Outlook 邮件的垃圾文件夹。 Could anyone suggest how to solve this problem?谁能建议如何解决这个问题?

Outlook junk email logic is a little tricky. Outlook 垃圾 email 逻辑有点棘手。 Even if you add the sender to your safe list, or disable automatic filtering in "Junk E-mail Options" (ie only emails from blocked senders are sent to Junk email folder), Outlook could still flag some emails, even internal emails, as junk.即使您将发件人添加到安全列表,或在“垃圾邮件选项”中禁用自动过滤(即仅将来自被阻止发件人的电子邮件发送到垃圾邮件 email 文件夹),Outlook 仍然可以标记某些电子邮件,甚至是内部电子邮件,如垃圾。

If completely disabling automatic filtering in Outlook is an option for you, you can update the following registry entry to "1".如果您可以选择完全禁用 Outlook 中的自动过滤,您可以将以下注册表项更新为“1”。

HKEY_CURRENT_USER\Software\Policies\Microsoft\office\16.0\outlook
DWORD: DisableAntiSpam
Value of 1 disables the junk filter, 0 enables it

Note: Version 16.0 is for when you are using Outlook 2016. It will be different if you're using a different version.注意:版本 16.0 适用于您使用 Outlook 2016 时。如果您使用不同的版本,它会有所不同。

I resolved this issue.我解决了这个问题。 1.) Verify your Domain (Enable DKIM & Custom MAIL FROM domain) 2.) Verify your Email. 1.) 验证您的域(启用 DKIM 和自定义 MAIL FROM 域) 2.) 验证您的 Email。

I think it's Custom MAIL FROM domain.我认为这是来自域的自定义邮件。 Now, I'm getting emails in my outlook inbox folder after enabling Custom MAIL FROM domain.现在,在启用 Custom MAIL FROM domain 后,我的 outlook 收件箱文件夹中收到了电子邮件。

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

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