从Web服务器发送电子邮件以消除bouces-backs和垃圾邮件块的最佳方法是什么?

时间:2021-10-17 18:16:43

I've got a web server that sends email (from IIS 5.1) to clients throughout the world. I have found that sometimes emails get bounced on valid addresses, or they never arrive, or get treated as spam.

我有一个Web服务器,可以将电子邮件(从IIS 5.1)发送到全世界​​的客户端。我发现有时电子邮件会在有效地址上反弹,或者它们永远不会到达,或被视为垃圾邮件。

I'm considering using am external SMTP service.

我正在考虑使用外部SMTP服务。

Will this help? Are there other ways/tips?

这会有帮助吗?还有其他方法/提示吗?

Thanks in advance.

提前致谢。

1 个解决方案

#1


Using a properly maintained SMTP service[1] might[2] avoid many problems when dealing with spam filters.

使用正确维护的SMTP服务[1]可能会[2]在处理垃圾邮件过滤器时避免许多问题。

For more specific help you'll have to describe specific error messages, post example mails with headers and bounce messages. And, you should do so on http://serverfault.com, which is the better community for such questions.

有关更具体的帮助,您必须描述特定的错误消息,发布带有标题和退回邮件的示例邮件。而且,您应该在http://serverfault.com上这样做,这是更好的社区。

[1] i.e. one which has proper DNS records, doesn't do ratware stuff, creates appropriate headers and is not on any DUL or RBLs.

[1]即具有正确的DNS记录,不会使用鼠标的东西,创建适当的标头,不在任何DUL或RBL上。

[2] of course, it doesn't help if you're triggering content based filters.

[2]当然,如果您触发基于内容的过滤器,则无济于事。

#1


Using a properly maintained SMTP service[1] might[2] avoid many problems when dealing with spam filters.

使用正确维护的SMTP服务[1]可能会[2]在处理垃圾邮件过滤器时避免许多问题。

For more specific help you'll have to describe specific error messages, post example mails with headers and bounce messages. And, you should do so on http://serverfault.com, which is the better community for such questions.

有关更具体的帮助,您必须描述特定的错误消息,发布带有标题和退回邮件的示例邮件。而且,您应该在http://serverfault.com上这样做,这是更好的社区。

[1] i.e. one which has proper DNS records, doesn't do ratware stuff, creates appropriate headers and is not on any DUL or RBLs.

[1]即具有正确的DNS记录,不会使用鼠标的东西,创建适当的标头,不在任何DUL或RBL上。

[2] of course, it doesn't help if you're triggering content based filters.

[2]当然,如果您触发基于内容的过滤器,则无济于事。