Support bulk emailing
This commit is contained in:
parent
318b189bc0
commit
29cd635907
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class Mailer
|
|||
if (! $response) {
|
||||
$error = trans('texts.postmark_error', ['link' => link_to('https://status.postmarkapp.com/')]);
|
||||
Utils::logError($error);
|
||||
return $error;
|
||||
throw $exception;
|
||||
}
|
||||
|
||||
$response = $response->getBody()->getContents();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue