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;