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

    <tfoot id='PrxU6'></tfoot>

      <legend id='PrxU6'><style id='PrxU6'><dir id='PrxU6'><q id='PrxU6'></q></dir></style></legend>
    1. <small id='PrxU6'></small><noframes id='PrxU6'>

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

        带有 GMail 的 PHPMailer:SMTP 错误

        时间:2024-08-23
        <tfoot id='PChk9'></tfoot>

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

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

          1. <legend id='PChk9'><style id='PChk9'><dir id='PChk9'><q id='PChk9'></q></dir></style></legend>

                • 本文介绍了带有 GMail 的 PHPMailer:SMTP 错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在使用 PHPMailer 通过 GMail 发送邮件.我使用的代码直接来自教程,它可以在我的笔记本电脑上完美运行.但是,在 Windows 2003 Server 上对此进行测试 - 它似乎总是返回一个 SMPT 错误:

                  I am making use of PHPMailer to send mail through GMail. The code I use is straight from a tutorial and it works perfectly on my laptop. However, testing this on a Windows 2003 Server - it seems to always return an SMPT error:

                  SMTP 错误:无法连接到 SMTP主持人.邮件程序错误:SMTP 错误:可能未连接到 SMTP 主机.

                  SMTP Error: Could not connect to SMTP host. Mailer Error: SMTP Error: Could not connect to SMTP host.

                  这是我在 PHPMailer 中使用的设置:

                  Here is the settings I use in PHPMailer:

                  include("phpmailer/class.phpmailer.php");
                  $mail = new PHPMailer();
                  $mail->IsSMTP();
                  $mail->SMTPAuth = true; // enable SMTP authentication
                  $mail->SMTPSecure = "ssl"; // use ssl
                  $mail->Host = "smtp.gmail.com"; // GMAIL's SMTP server
                  $mail->Port = 465; // SMTP port used by GMAIL server
                  

                  我可以自信地说这不是端口问题,因为我正在连接到端口 465 上的另一台服务器并且它正在发送邮件.如果不是,请解释.

                  Can I say with confidence that this isn't a port issue, since I am connecting to another server on port 465 and it is sending mail. If not, please explain.

                  我该如何解决这个问题?

                  How can I resolve this issue?

                  感谢大家的帮助

                  推荐答案

                  第一件事要注意:Gmail 使用 TLS.不知道用 SSL 代替 TLS 是否会有很大的不同,但 SSL 是 TLS 的前身.

                  First thing notice off-hand: Gmail uses TLS. Don't know if having SSL instead of TLS will make much of a difference but SSL is the predecessor to TLS.

                  我还建议检查一下,它的 phpmailer 是为使用 gmail 而定制的.PHPGMailer

                  I recommend checking out also, its phpmailer customized for using gmail. PHPGMailer

                  这篇关于带有 GMail 的 PHPMailer:SMTP 错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:PHPMailer,SMTP 连接()失败错误与 Gmail 下一篇:php函数mail()不起作用

                  相关文章

                  <tfoot id='yUO1m'></tfoot>

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

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

                        <bdo id='yUO1m'></bdo><ul id='yUO1m'></ul>

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