<legend id='KnaTx'><style id='KnaTx'><dir id='KnaTx'><q id='KnaTx'></q></dir></style></legend>
<tfoot id='KnaTx'></tfoot>
    • <bdo id='KnaTx'></bdo><ul id='KnaTx'></ul>
  • <small id='KnaTx'></small><noframes id='KnaTx'>

    <i id='KnaTx'><tr id='KnaTx'><dt id='KnaTx'><q id='KnaTx'><span id='KnaTx'><b id='KnaTx'><form id='KnaTx'><ins id='KnaTx'></ins><ul id='KnaTx'></ul><sub id='KnaTx'></sub></form><legend id='KnaTx'></legend><bdo id='KnaTx'><pre id='KnaTx'><center id='KnaTx'></center></pre></bdo></b><th id='KnaTx'></th></span></q></dt></tr></i><div id='KnaTx'><tfoot id='KnaTx'></tfoot><dl id='KnaTx'><fieldset id='KnaTx'></fieldset></dl></div>

        System.Net.Mail.SmtpException:SMTP 服务器需要安全连接或客户端未通过身份验证

        时间:2023-10-06
      1. <tfoot id='Qjlp9'></tfoot>

            <tbody id='Qjlp9'></tbody>
        1. <legend id='Qjlp9'><style id='Qjlp9'><dir id='Qjlp9'><q id='Qjlp9'></q></dir></style></legend>
            <bdo id='Qjlp9'></bdo><ul id='Qjlp9'></ul>
            <i id='Qjlp9'><tr id='Qjlp9'><dt id='Qjlp9'><q id='Qjlp9'><span id='Qjlp9'><b id='Qjlp9'><form id='Qjlp9'><ins id='Qjlp9'></ins><ul id='Qjlp9'></ul><sub id='Qjlp9'></sub></form><legend id='Qjlp9'></legend><bdo id='Qjlp9'><pre id='Qjlp9'><center id='Qjlp9'></center></pre></bdo></b><th id='Qjlp9'></th></span></q></dt></tr></i><div id='Qjlp9'><tfoot id='Qjlp9'></tfoot><dl id='Qjlp9'><fieldset id='Qjlp9'></fieldset></dl></div>

                  <small id='Qjlp9'></small><noframes id='Qjlp9'>

                1. 本文介绍了System.Net.Mail.SmtpException:SMTP 服务器需要安全连接或客户端未通过身份验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试从 C# 应用程序发送带有我网站地址的电子邮件.
                  直到最近,这几个月都运行良好.(也许我的提供者改变了一些东西或者其他人改变了设置)

                  I'm trying to send email with my website's address from a C# application.
                  This worked fine for several months until recently. (maybe my provider changes some things or someone else changed settings)

                  代码如下:

                    private void sendEmail(Email invite) {
                              MailMessage mail = new MailMessage();
                              SmtpClient SmtpServer = new SmtpClient(smtpServerName);
                              mail.From = new MailAddress(emailUsername);
                  
                              mail.To.Add(invite.RecipientEmail);
                              mail.Subject = invite.MessageSubject;
                              mail.Body = invite.MessageBody;
                  
                              SmtpServer.UseDefaultCredentials = false;
                              SmtpServer.Port = 587;
                              SmtpServer.Credentials = new System.Net.NetworkCredential(emailUsername, emailPassword);
                  //          SmtpServer.EnableSsl = true;
                              SmtpServer.Send(mail);
                          }  
                  

                  这是错误:

                  SMTP 服务器需要安全连接或客户端未通过身份验证.服务器响应为:需要 SMTP 身份验证.

                  The SMTP server requires a secure connection or the client was not authenticated. The server response was: SMTP authentication is required.

                  查看其他问题,我尝试了他们的建议,使 SmtpServer.EnableSsl = true.这根本不起作用.它给出了以下内容:

                  Looking at other questions I tried what they suggested, to make SmtpServer.EnableSsl = true. This didn't work at all. It gave the following:

                  System.Net.Mail.SmtpException:服务器不支持安全连接.

                  System.Net.Mail.SmtpException: Server does not support secure connections.

                  我猜我应该禁用 SSL 并按照以前的方式使用它.

                  I'm guessing I should disable SSL and have it the way it was before.

                  有什么建议可以让电子邮件再次发送工作吗?

                  Any suggestions how to make email sending work again?

                  编辑
                  我试过没有 SmtpServer.UseDefaultCredentials = false;
                  我尝试将其设置为 true:SmtpServer.UseDefaultCredentials =true;
                  我尝试将该行与以下 //SmtpServer.Credentials = new System.Net.NetworkCredential(emailUsername, emailPassword);

                  推荐答案

                  该错误消息通常由以下原因之一引起:

                  That error message is typically caused by one of the following:

                  • 连接设置不正确,例如为安全或非安全连接指定了错误的端口
                  • 凭据不正确.我会验证用户名和密码组合,以确保凭据正确.

                  这篇关于System.Net.Mail.SmtpException:SMTP 服务器需要安全连接或客户端未通过身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:如何在 ASP.NET 表单中使用 gmail SMTP 下一篇:SMTP 服务器需要安全连接或客户端未通过身份验证

                  相关文章

                    • <bdo id='UFWEB'></bdo><ul id='UFWEB'></ul>

                    <legend id='UFWEB'><style id='UFWEB'><dir id='UFWEB'><q id='UFWEB'></q></dir></style></legend>

                    <i id='UFWEB'><tr id='UFWEB'><dt id='UFWEB'><q id='UFWEB'><span id='UFWEB'><b id='UFWEB'><form id='UFWEB'><ins id='UFWEB'></ins><ul id='UFWEB'></ul><sub id='UFWEB'></sub></form><legend id='UFWEB'></legend><bdo id='UFWEB'><pre id='UFWEB'><center id='UFWEB'></center></pre></bdo></b><th id='UFWEB'></th></span></q></dt></tr></i><div id='UFWEB'><tfoot id='UFWEB'></tfoot><dl id='UFWEB'><fieldset id='UFWEB'></fieldset></dl></div>

                  1. <small id='UFWEB'></small><noframes id='UFWEB'>

                    1. <tfoot id='UFWEB'></tfoot>