<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 上进行身份验证

        PHP Swift mailer: Failed to authenticate on SMTP using 2 possible authenticators(PHP Swift 邮件程序:无法使用 2 个可能的身份验证器在 SMTP 上进行身份验证)

          <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 上进行身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 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>
                            <tbody id='jlulL'></tbody>