如何确保以编程方式发送的电子邮件不会自动标记为垃圾邮件? [英] How do you make sure email you send programmatically is not automatically marked as spam?

查看:214
本文介绍了如何确保以编程方式发送的电子邮件不会自动标记为垃圾邮件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是一个棘手的问题,我一直依靠技术,例如基于权限的电子邮件(即只发送给你有权限发送给的人),而不是使用明显的垃圾邮件术语。



最近,我以编程方式发送的一些电子邮件已经开始被自动移入人们的垃圾邮件文件夹,我想知道我可以做些什么。 >

尽管事实上这些特定的电子邮件不是人类将被标记为垃圾邮件的邮件,具体来说,它们是包含许可证密钥的电子邮件,人们已经付出了很多钱,所以我不要以为他们会考虑他们的垃圾邮件



我认为这是一个很大的话题,我本来就是一个无知的简单的东西。

解决方案

使用电子邮件身份验证方法,例如 SPF DKIM ,以证明您的电子邮件和您的域名属于一起,并防止欺骗您的域名。 SPF网站包含一个向导,用于为您的网站生成DNS信息。



检查您的反向DNS 以确保邮件服务器的IP地址指向到您用于发送邮件的域名。



确保您使用的IP地址是不在黑名单上



确保回复地址是有效的地址。



在收件人字段中使用收件人的完整的真实姓名,而不仅仅是电子邮件地址(例如John Smith< ; john@blacksmiths-international.com> )。



监控您的滥用帐户,例如abuse@yourdomain.com和postmaster @ yourdomain。 COM。这意味着 - 确保这些帐户存在,阅读发送给他们的内容,并对投诉采取行动。



最后,让真的容易退订。否则,您的用户将通过按垃圾邮件按钮取消订阅,这将影响您的声誉。



说,让Hotmail接受你的电子邮件仍然是黑色的艺术。


This is a tricky one and I've always relied on techniques, such as permission-based emails (i.e. only sending to people you have permission to send to) and not using blatantly spamish terminology.

Of late, some of the emails I send out programmatically have started being shuffled into people's spam folder automatically and I'm wondering what I can do about it.

This is despite the fact that these particular emails are not ones that humans would mark as spam, specifically, they are emails that contain license keys that people have paid good money for, so I don't think they're going to consider them spam

I figure this is a big topic in which I am essentially an ignorant simpleton.

解决方案

Use email authentication methods, such as SPF, and DKIM to prove that your emails and your domain name belong together, and to prevent spoofing of your domain name. The SPF website includes a wizard to generate the DNS information for your site.

Check your reverse DNS to make sure the IP address of your mail server points to the domain name that you use for sending mail.

Make sure that the IP-address that you're using is not on a blacklist

Make sure that the reply-to address is a valid, existing address.

Use the full, real name of the addressee in the To field, not just the email-address (e.g. "John Smith" <john@blacksmiths-international.com> ).

Monitor your abuse accounts, such as abuse@yourdomain.com and postmaster@yourdomain.com. That means - make sure that these accounts exist, read what's sent to them, and act on complaints.

Finally, make it really easy to unsubscribe. Otherwise, your users will unsubscribe by pressing the spam button, and that will affect your reputation.

That said, getting Hotmail to accept your emails remains a black art.

这篇关于如何确保以编程方式发送的电子邮件不会自动标记为垃圾邮件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆