自动邮件转到垃圾邮件。 (通过ASP.Net网站使用SMTP发送) [英] Automated mail going to Junk. (Sent using SMTP through an ASP.Net Website)

查看:201
本文介绍了自动邮件转到垃圾邮件。 (通过ASP.Net网站使用SMTP发送)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我们已经部署了一个发送自动邮件的ASP.Net网站。

问题是邮件是垃圾邮件展望中的文件夹:(



几个细节。



IIS 7中的SMTP电子邮件已配置如下所示:

电子邮件地址:空白

< selected>向SMTP服务器发送电子邮件.SMTP服务器:空白。端口:25。验证设置:Windows 。



代码中编码如下:

SmtpClient Obj =新的SmtpClient(主机地址)

mailFromaddress是空白的

mailToaddresses设置为同一域中的人

mailbody是没有HTML,没有垃圾触发内容



我错过了什么/可以做些什么来防止这种情况?如果您需要进一步的细节,可以告诉我。



PS :我们使用outlook 2007.邮件中的from地址通常不包含来自同一域中的Ids的邮件的域名。但是现在这个自动生成的邮件已完全显示发件人地址:xxxxxxxx@XXXXXXX.com

Hi,

We've deployed an ASP.Net website which sends automated mails.
Problem is the mail goes to Junk folder in outlook :(

Few details.

The SMTP E-Mail in IIS 7 is configured as below:
E-Mail address: blank
<selected> Deliver e-mail to SMTP server. SMTP Server : blank. Port : 25. Authentication settings : Windows.

In Code it is coded as below:
SmtpClient Obj=new SmtpClient(Hostaddress)
mailFromaddress is blank
mailToaddresses set to people in the same domain
mailbody is Just "Hi", no html, no Junk-triggering content

Am I missing anything/Can anything be done to prevent this? If you need further details may be, you can tell me.

PS:We use outlook 2007. the from address in mail do not normally contain the domain name for mails from Ids in the same domain. but now this auto-generated mail has the from address displayed fully : "xxxxxxxx@XXXXXXX.com"

推荐答案

您可能需要一个发件人地址。这可以触发垃圾邮件过滤器。



如果你没有主题,也可以触发过滤器。



PS:我们使用outlook 2007.邮件中的发件人地址通常不包含同一域中来自Ids的邮件的域名。但现在这个自动生成的邮件已完全显示起始地址:xxxxxxxx@XXXXXXX.com



这只适用于Exchange邮件。普通SMTP将具有完整地址。
You might need a From Address. That can trigger a spam filter.

If you don't have a Subject, that can also trigger a filter.

PS:We use outlook 2007. the from address in mail do not normally contain the domain name for mails from Ids in the same domain. but now this auto-generated mail has the from address displayed fully : "xxxxxxxx@XXXXXXX.com"

That's only for Exchange mail. Normal SMTP will have the full address.


您确定它不是垃圾吗?我得到的几乎所有自动邮件都是。

也许Outlook只是在辨别......
Are you sure it isn't junk? Nearly all the automated mail I get is.
Perhaps Outlook is just being discerning...


这篇关于自动邮件转到垃圾邮件。 (通过ASP.Net网站使用SMTP发送)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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