简体   繁体   English

避免将垃圾邮件文件夹用于重要的电子邮件通知

[英]avoiding the junk email folders for important email notifications

I have created a login system that sends activation email to the user. 我创建了一个将激活电子邮件发送给用户的登录系统。 Now the problem is that the email goes to junk folders mostly. 现在的问题是,电子邮件大部分进入垃圾文件夹。 That is terrible issue. 那是一个可怕的问题。 http://blog.kissmetrics.com/avoid-the-spam-folder/ checked this link. http://blog.kissmetrics.com/avoid-the-spam-folder/选中了此链接。 But want any expert advice here . 但是在这里想要任何专家的建议。 Is there any straight way to avoid this junk folder. 有没有直接的方法来避免这个垃圾文件夹。

Also, check that the DNS of the server forwards and reverses correctly. 另外,请检查服务器的DNS是否正确转发和反向。 If not, most spam filters will not consider your server to be a 'real' mail server, and will most likely flag any message sent from your server as spam. 如果不是,大多数垃圾邮件过滤器将不会将您的服务器视为“真实”邮件服务器,并且很可能会将您的服务器发送的所有邮件标记为垃圾邮件。 This is how many spam filters block spam that originates from computers that have been taken over as 'zombies'. 这就是多少垃圾邮件过滤器阻止了源于已被视为“僵尸”的计算机的垃圾邮件。

For example, consider a message received from a mail server at 209.85.160.173 (which happens to be a Gmail mail server). 例如,考虑从209.85.160.173的邮件服务器(恰好是Gmail邮件服务器)收到的邮件。 A spam filter on the receiving end might check to see if this is likely a 'real' mail server by doing a reverse DNS lookup on 209.85.160.173. 接收端的垃圾邮件过滤器可能会通过在209.85.160.173上进行反向DNS查找,来检查这是否是“真实”邮件服务器。 This resolves to mail-gh0-f173.google.com. 解析为mail-gh0-f173.google.com。 Then, if you do a DNS lookup of mail-gh0-f173.google.com, you get 209.85.160.173, which is the original IP. 然后,如果您对mail-gh0-f173.google.com进行DNS查找,则会得到209.85.160.173,它是原始IP。 So, that's right. 所以,是的。 Make sure the DNS of your mail server forwards and reverses correctly like this. 确保邮件服务器的DNS这样正确地进行转发和反向。 Also, make sure that the name that your mail server uses to identify itself (in the HELO or EHLO command) resolves to the IP of the mail server. 另外,请确保您的邮件服务器用来标识自身的名称(在HELO或EHLO命令中)解析为邮件服务器的IP。

Another thing to do is to check that you mail server IP is not on any blacklists. 另一件事是检查您的邮件服务器IP是否不在任何黑名单中。 You can use MXToolbox for this: http://mxtoolbox.com/blacklists.aspx 您可以为此使用MXToolbox: http ://mxtoolbox.com/blacklists.aspx

Another thing you can do is use port25's verifier tool. 您可以做的另一件事是使用port25的验证程序工具。 This tool will spot any red flags that might be causing your messages to be flagged as spam. 该工具将发现可能导致您的邮件被标记为垃圾邮件的所有红色标记。 See http://www.port25.com/support/authentication-center/email-verification/ for more info. 有关更多信息,请参见http://www.port25.com/support/authentication-center/email-verification/

Last but not least, you might want to setup an SPF record for the domain that you are sending these messages from, to indicate that the IP of your mail server is authorized to send mail from this domain. 最后但并非最不重要的一点是,您可能要为从中发送这些消息的域设置SPF记录,以表明您的邮件服务器的IP已被授权从该域发送邮件。 This will help a lot. 这将有很大帮助。 For more info, see: www.openspf.org. 有关更多信息,请参见:www.openspf.org。

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

相关问题 HTML5电子邮件验证避免js调用 - HTML5 email validation avoiding js call 电子邮件、短信等通知的 DND(请勿打扰)功能 - DND (Do not disturb) feature for notifications like email,sms etc 有没有一种方法可以自定义从联系表单提交中收到的电子邮件通知? - Is there a way to customize email notifications I receive from contact form submissions? 通过 Google Calendar API 发送事件的电子邮件通知 - Sending email notifications for Events via Google Calendar API 在特定日期之前通过电子邮件发送通知? - Sending notifications via email before a specific date is met? 如何使用Parse和Mandrill发送电子邮件通知? - How can I send email notifications with Parse and Mandrill? 哪些文件夹是无用的,哪些文件夹在 ReactJS 中很重要? - Which folders are useless and which if them are important in ReactJS? 注意:要发送记录分配通知,必须在电子邮件设置中配置 SMTP 服务器 - Note: To send record assignment notifications, an SMTP server must be configured in Email Settings 参考哪个Zendesk app.js示例来发送外部电子邮件通知或AJAX请求? - What Zendesk app.js example to refer for sending external email notifications or AJAX requests? 电子邮件验证器 - Email validator
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM