From a65659b0c050b934e8c95c9e8a1a84d777c10264 Mon Sep 17 00:00:00 2001 From: devil_gong Date: Fri, 11 Jan 2019 18:29:06 +0800 Subject: [PATCH] debug --- extend/phpmailer/PHPMailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extend/phpmailer/PHPMailer.php b/extend/phpmailer/PHPMailer.php index ed8e0e03c..75dad2ed7 100644 --- a/extend/phpmailer/PHPMailer.php +++ b/extend/phpmailer/PHPMailer.php @@ -3676,7 +3676,7 @@ class PHPMailer //Include a link to troubleshooting docs on SMTP connection failure //this is by far the biggest cause of support questions //but it's usually not PHPMailer's fault. - return $this->language[$key] . ' https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting'; + return $this->language[$key]; } return $this->language[$key];