发现邮箱不可用错误 [英] Mailbox unavailable error found

查看:95
本文介绍了发现邮箱不可用错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

邮箱不可用.服务器响应是:5.7.1< [DELETED] @ gmail.com> ...中继被拒绝. IP名称查找失败[XXX.XXX.XXX.XX]

Mailbox unavailable. The server response was: 5.7.1 <[DELETED]@gmail.com>... Relaying denied. IP name lookup failed [XXX.XXX.XXX.XX]

推荐答案

假定邮箱确实存在!

可能是由于各种原因.您需要一一看待它们.
港口开放吗?防火墙权限到位了吗?
进一步确保已在Web.Config中配置SMTP配置:
Assuming the mailbox does exists!

It can be because of various reasons. You need to look at them one by one.
Is the port open? Firewall permissions in place?
Further make sure you have configured SMTP configuration in Web.Config:
<system.net>
   <mailSettings>
     <smtp from="abc@somedomain.com">
       <network host="somesmtpserver" port="25" userName="name" password="pass" defaultCredentials="true" />
     </smtp>
   </mailSettings>
</system.net>


如果需要,请查看此Microsoft Video教程:
使用ASP.NET发送来自网站的电子邮件 [在ASP.NET中发送电子邮件的教程 [


If needed, have a look at this Microsoft Video tutorial:
Use ASP.NET to send Email from Website[^]
Tutorials on sending Email in ASP.NET[^]


这篇关于发现邮箱不可用错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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