简体   繁体   English

服务器响应为:5.7.1使用SMTP客户端发送电子邮件时未对客户端进行身份验证

[英]The server response was: 5.7.1 Client was not authenticated While Sending email using SMTP client

I am getting following error: 我收到以下错误:

he SMTP server requires a secure connection or the client was not authenticated. SMTP服务器需要安全连接,或者客户端未通过身份验证。 The server response was: 5.7.1 Client was not authenticated 服务器响应为:5.7.1客户端未通过身份验证

I have already set UseDefaultCredentials= false and enablessl= true Still i am getting the same exception. 我已经设置UseDefaultCredentials = false和enabledsl = true仍然出现相同的异常。

My credentials are correct as i can log in to outtlook using same credentials I dnt know where i am goging wrong 我的凭据是正确的,因为我可以使用我不知道我要去哪里的相同凭据登录到展望

looks like a permission issue 看起来像是权限问题

In the Exchange Management Console, under the Server Configuration node, select Hub Transport and the name of the server. 在Exchange管理控制台的“服务器配置”节点下,选择“集线器传输”和服务器名称。 In the Receive Connectors pane, open either of the Recive Connectors (my default installation created 2) or you can create a new one just for TFS (I also tried this and it worked). 在“接收连接器”窗格中,打开任何一个Recive连接器(我的默认安装创建了2个),也可以仅为TFS创建一个新的连接器(我也尝试过此方法,并且它起作用了)。 For any of these connectors, open Properties and on the Permission Groups tab ensure that Anonymous Users is selected (it's not by default). 对于这些连接器中的任何一个,打开“属性”,然后在“权限组”选项卡上,确保选择了“匿名用户”(默认情况下未选中)。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 C# SMTP 无法在 Outlook.com 的 587 端口上进行身份验证。“服务器响应为:5.7.1 客户端未通过身份验证” - C# SMTP fails to authenticate on Outlook.com, port 587. “The server response was: 5.7.1 Client was not authenticated” 使用gmail发送电子邮件时出错。 SMTP服务器需要安全连接或客户端未通过身份验证 - Error on sending email using gmail. The SMTP server requires a secure connection or the client was not authenticated 使用 SMTP 客户端发送电子邮件 - Sending an Email using SMTP client 使用smtp客户端向多个收件人发送电子邮件时抛出异常 - Throwing Exception while sending Email to multiple recipients using smtp client SMTP 服务器需要安全连接或客户端未通过身份验证。 使用 c# webapplication 发送 outlook 邮件时出错 - The SMTP server requires a secure connection or the client was not authenticated. Error while sending outlook mail using c# webapplication 使用 asp.net 发送电子邮件显示此错误:SMTP 服务器需要安全连接或客户端未通过身份验证 - Send email using asp.net shows this error:The SMTP server requires a secure connection or the client was not authenticated 从代码发送电子邮件时,“5.7.1客户端没有权限”错误 - '5.7.1 Client does not have permission' error while sending email from code SMTP 服务器需要安全连接或客户端未通过身份验证。 服务器响应为:5.7.57 SMTP; - The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.57 SMTP; 从 Windows 服务发送电子邮件:事务失败。 服务器响应为 5.7.1 客户端主机拒绝访问被拒绝 - Send Email from Windows Service: Transaction failed. the server response was 5.7.1 client host rejected access denied SMTP 服务器需要安全连接或客户端未通过身份验证。 服务器响应为:5.7.57 SMTP; Office 365 错误 - The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.57 SMTP; Office 365 error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM