debug
parent
578a5f48e2
commit
a65659b0c0
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in New Issue