当我在localhost中使用gmail smtp发送电子邮件时,返回长消息

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了当我在localhost中使用gmail smtp发送电子邮件时,返回长消息相关的知识,希望对你有一定的参考价值。

我正在使用phpmailer库使用wampServer从localhost发送电子邮件。我正在使用Gmail SMTP服务器。我可以发送电子邮件到我当之无愧的邮箱地址。但问题是,发送邮件后我得到了返回消息email is sent,但同时,也会出现非常长的返回消息,这需要很长时间。为什么这条长回信息和我的回复信息一起?

screen shot of the return message

答案

试试这个,

$mail->SMTPDebug = 0;

 (0): Disable debugging (you can also leave this out completely, 0 is the default).
 (1): Output messages sent by the client.
 (2): as 1, plus responses received from the server (this is the most useful setting).
 (3): as 2, plus more information about the initial connection - this level can help diagnose STARTTLS failures.
 (4): as 3, plus even lower-level information, very verbose, don't use for debugging SMTP, only low-level problems.

以上是关于当我在localhost中使用gmail smtp发送电子邮件时,返回长消息的主要内容,如果未能解决你的问题,请参考以下文章

使用 codeigniter 通过 gmail smtp 服务器发送电子邮件

如何配置 WAMP (localhost) 以使用 Gmail 发送电子邮件?

通过命令行连接到 smtp.gmail.com

使用gmail,codeigniter,wamp localhost发送邮件

如何在 php 中通过 gmail 使用 mail()

SMTP使用Gmail发送电子邮件问题