This commit is contained in:
parent
9d09ac758a
commit
e5d3277936
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue