mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Support bulk emailing
This commit is contained in:
parent
a07829241f
commit
cb676fc021
@ -108,6 +108,8 @@ 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);
|
||||||
|
|
||||||
|
// TODO throw the exception once all emails are sent using the queue
|
||||||
return $error;
|
return $error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user