gpt4 book ai didi

php - 阻止 PhpMailer 显示消息

转载 作者:行者123 更新时间:2023-12-02 05:28:19 25 4
gpt4 key购买 nike

我已经成功地使用 phpmailer 制作了一个联系表格,但是,每当我显示感谢信息时,我总是收到此信息。

SMTP -> FROM SERVER:220 mx.google.com ESMTP e2sm28679155qaw.10 - gsmtp 
SMTP -> FROM SERVER: 250-mx.google.com at your service, [##.##.###.##] 250-SIZE 35882577 250-8BITMIME 250-AUTH LOGIN PLAIN XOAUTH XOAUTH2 PLAIN-CLIENTTOKEN OAUTHBEARER 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-CHUNKING 250 SMTPUTF8
SMTP -> FROM SERVER:250 2.1.0 OK e2sm28679155qaw.10 - gsmtp
SMTP -> FROM SERVER:250 2.1.5 OK e2sm28679155qaw.10 - gsmtp
SMTP -> FROM SERVER:354 Go ahead e2sm28679155qaw.10 - gsmtp
SMTP -> FROM SERVER:250 2.0.0 OK 1416161162 e2sm28679155qaw.10 - gsmtp
SMTP -> FROM SERVER:221 2.0.0 closing connection e2sm28679155qaw.10 - gsmtp

(##.##.###.##) 是我的 IP 地址所在。

有人可以帮我摆脱这条消息吗?

谢谢。

最佳答案

phpmailer 脚本中删除以下行。

$mail->SMTPDebug  = 2; 

或者
// 0 = off (for production use, No debug messages)
// 1 = client messages
// 2 = client and server messages

https://github.com/PHPMailer/PHPMailer/blob/master/examples/smtp.phps

关于php - 阻止 PhpMailer 显示消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26960305/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com