Update class.phpmailer.php

language string 'tls' is missing on line 1067. can use 'connect_host' instead
This commit is contained in:
revaxarts 2013-01-12 16:08:32 +01:00
parent a4b456e69d
commit 56cfc0d520
1 changed files with 1 additions and 1 deletions

View File

@ -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