From e5d327793613d69c58eadc390928b9031b6567c0 Mon Sep 17 00:00:00 2001 From: nafisaiudev Date: Thu, 26 Feb 2015 10:34:51 +0000 Subject: [PATCH] --- upload/includes/classes/phpmailer/class.phpmailer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/upload/includes/classes/phpmailer/class.phpmailer.php b/upload/includes/classes/phpmailer/class.phpmailer.php index 9760e61d..6ab5d98e 100644 --- a/upload/includes/classes/phpmailer/class.phpmailer.php +++ b/upload/includes/classes/phpmailer/class.phpmailer.php @@ -461,7 +461,7 @@ class PHPMailer { if ($this->exceptions) { throw new phpmailerException($this->Lang('invalid_address').': '.$address); } - echo $this->Lang('invalid_address').': '.$address; + // echo $this->Lang('invalid_address').': '.$address; return false; } if ($kind != 'ReplyTo') { @@ -493,8 +493,8 @@ class PHPMailer { if ($this->exceptions) { throw new phpmailerException($this->Lang('invalid_address').': '.$address); } - echo $this->Lang('invalid_address').': '.$address; - return false; + //echo $this->Lang('invalid_address').': '.$address; + return false; } $this->From = $address; $this->FromName = $name;