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:
parent
29cd635907
commit
a07829241f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user