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

  • <tfoot id='18VBV'></tfoot>

    <small id='18VBV'></small><noframes id='18VBV'>

    • <bdo id='18VBV'></bdo><ul id='18VBV'></ul>

        PHP Swift 邮件程序:无法使用 2 个可能的身份验证器在 SMTP 上进行身份验证

        时间:2024-08-23

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

            <tfoot id='KILTW'></tfoot>

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

                • <legend id='KILTW'><style id='KILTW'><dir id='KILTW'><q id='KILTW'></q></dir></style></legend>
                • 本文介绍了PHP Swift 邮件程序:无法使用 2 个可能的身份验证器在 SMTP 上进行身份验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  当我使用 PHP Swift 邮件程序向此服务器发送电子邮件时: smtp.exchange.example.com 如下所示:

                  When I send an email with the PHP Swift mailer to this server: smtp.exchange.example.com like this:

                  // Load transport
                  $this->transport =
                      Swift_SmtpTransport::newInstance(
                         self::$config->hostname,
                         self::$config->port
                      )
                      ->setUsername(self::$config->username)
                      ->setPassword(self::$config->password)
                      ;
                  
                  // Load mailer
                  $this->mailer = Swift_Mailer::newInstance($this->transport);
                  
                  // Initialize message
                  $this->message = Swift_Message::newInstance();
                  
                  // From
                  $this->message->setFrom(self::$config->from);
                  
                  // Set message etc. ...
                  
                  // Send
                  $this->mailer->send($this->message);
                  

                  我收到一个奇怪的错误:

                  I get a strange error back:

                  无法使用 2 个可能的身份验证器在用户名user@example.com"的 SMTP 服务器上进行身份验证

                  Failed to authenticate on SMTP server with username "user@example.com" using 2 possible authenticators

                  我确定登录信息是正确的.

                  I know for sure that the login-info is correct.

                  推荐答案

                  足够奇怪的发送电子邮件再次起作用.我们没有改变任何东西,主人说他们也没有.我们认为服务器重新启动左右.很奇怪:S

                  Strange enough sending emails works again. We did not change anything and the host say they did not either. We think a server restarts or so. It is strange :S

                  这篇关于PHP Swift 邮件程序:无法使用 2 个可能的身份验证器在 SMTP 上进行身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:php函数mail()不起作用 下一篇:为 php mail() 函数设置 SMTP 详细信息

                  相关文章

                • <tfoot id='jlulL'></tfoot>

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

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

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

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