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];