Support bulk emailing
This commit is contained in:
parent
a07829241f
commit
cb676fc021
1 changed files with 2 additions and 0 deletions
|
|
@ -108,6 +108,8 @@ class Mailer
|
|||
if (! $response) {
|
||||
$error = trans('texts.postmark_error', ['link' => link_to('https://status.postmarkapp.com/')]);
|
||||
Utils::logError($error);
|
||||
|
||||
// TODO throw the exception once all emails are sent using the queue
|
||||
return $error;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue