gpt4 book ai didi

office365 - 身份验证失败,因为远程方已关闭传输流 - smtp 错误发送

转载 作者:行者123 更新时间:2023-12-05 02:44:01 27 4
gpt4 key购买 nike

我们的一个自制应用程序使用 o365 通过 smtp 发送电子邮件。由于某种原因,它刚刚停止工作,这些是我们遇到的错误。

“SmtpEx:System.Net.Mail.SmtpException:发送邮件失败。---> System.IO.IOException:身份验证失败,因为远程方已关闭传输流。”

TLS 1.1 和 1.2 在发送消息的服务器上设置为选项,我们使用以下 SMTP 服务器

Texttenantname-com.mail.protection.outlook.com 端口 25

我使用相同的凭据和 smtp 服务器通过 powershell 在服务器上进行测试并且工作正常。我正在尝试加入 Microsoft,但遇到了困难。

服务器 2012r2

最佳答案

刚刚遇到了同样的问题,能够通过指定安全协议(protocol)来解决这个问题(我的案例是 .NET 4 应用程序,因此进行了强制转换):

ServicePointManager.SecurityProtocol = (SecurityProtocolType)48 | (SecurityProtocolType)192 | (SecurityProtocolType)768 | (SecurityProtocolType)3072;

来源:https://codeshare.co.uk/blog/how-to-fix-the-error-authentication-failed-because-the-remote-party-has-closed-the-transport-stream/

关于office365 - 身份验证失败,因为远程方已关闭传输流 - smtp 错误发送,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66644127/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com