Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 System.Net.Mail 命名空间在我的网站中发送邮件,但是这些邮件是在垃圾邮件文件夹中接收的,我不想将它们接收到垃圾邮件文件夹中。我应该怎么做才能阻止它们进入垃圾邮件文件夹,我想将它们接收到收件箱中。
注意:- 发送 30000 封电子邮件后,邮件是垃圾邮件。
提前致谢。
您无法控制其他客户端 PC 上的垃圾邮件过滤器。如果这是可能的,垃圾邮件过滤器将毫无用处,我们将被淹没在垃圾邮件的海洋中。
为了阻止它进入垃圾邮件过滤器,我会停止发送垃圾邮件。
在相关说明中:
.NET System.Net.Mail 消息总是在内部服务器上被标记为垃圾邮件