Do not return false after failed trigger if mail is already sent

This commit is contained in:
Kijin Sung 2016-05-10 17:25:59 +09:00
parent 10309e5811
commit 14dfba32e4

View file

@ -555,7 +555,6 @@ class Mail
if(!$output->toBool())
{
$this->errors[] = $output->getMessage();
return false;
}
return $result;