Update class.phpmailer.php
language string 'tls' is missing on line 1067. can use 'connect_host' instead
This commit is contained in:
parent
a4b456e69d
commit
56cfc0d520
|
|
@ -1064,7 +1064,7 @@ class PHPMailer {
|
|||
|
||||
if ($tls) {
|
||||
if (!$this->smtp->StartTLS()) {
|
||||
throw new phpmailerException($this->Lang('tls'));
|
||||
throw new phpmailerException($this->Lang('connect_host'));
|
||||
}
|
||||
|
||||
//We must resend HELO after tls negotiation
|
||||
|
|
|
|||
Loading…
Reference in New Issue