Support bulk emailing

This commit is contained in:
Hillel Coren 2017-01-11 15:58:10 +02:00
parent 318b189bc0
commit 29cd635907

View File

@ -108,7 +108,7 @@ class Mailer
if (! $response) { if (! $response) {
$error = trans('texts.postmark_error', ['link' => link_to('https://status.postmarkapp.com/')]); $error = trans('texts.postmark_error', ['link' => link_to('https://status.postmarkapp.com/')]);
Utils::logError($error); Utils::logError($error);
return $error; throw $exception;
} }
$response = $response->getBody()->getContents(); $response = $response->getBody()->getContents();