Support bulk emailing

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

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);
throw $exception; return $error;
} }
$response = $response->getBody()->getContents(); $response = $response->getBody()->getContents();