Merge pull request #18 from revaxarts/master
Language string failed to load: tls
This commit is contained in:
commit
286b274e93
|
|
@ -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