diff --git a/common/framework/mail.php b/common/framework/mail.php index 830638ede..42a03c5e4 100644 --- a/common/framework/mail.php +++ b/common/framework/mail.php @@ -555,7 +555,6 @@ class Mail if(!$output->toBool()) { $this->errors[] = $output->getMessage(); - return false; } return $result;