diff --git a/class.phpmailer.php b/class.phpmailer.php index 01b70b48..ae95c426 100644 --- a/class.phpmailer.php +++ b/class.phpmailer.php @@ -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