Skip to content
This repository has been archived by the owner on Mar 28, 2018. It is now read-only.

Commit

Permalink
Update MultiMailer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizley committed Feb 11, 2015
1 parent e7284f3 commit 08ef0ca
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions MultiMailer/MultiMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -943,17 +943,14 @@ public function send()
catch(phpmailerException $e) {

$this->setMultiError($e->errorMessage());
return false;
}
catch(Exception $e) {

$this->setMultiError($e->getMessage());
return false;
}
}
else {
return false;
}

return false;
}

/**
Expand Down Expand Up @@ -1083,4 +1080,4 @@ public function to($address, $name = '')

return $this;
}
}
}

0 comments on commit 08ef0ca

Please sign in to comment.