Support bulk emailing

This commit is contained in:
Hillel Coren 2017-01-11 15:59:48 +02:00
parent a07829241f
commit cb676fc021

View File

@ -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;
}