1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

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) {
$error = trans('texts.postmark_error', ['link' => link_to('https://status.postmarkapp.com/')]);
Utils::logError($error);
throw $exception;
return $error;
}
$response = $response->getBody()->getContents();