1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Merge pull request #6594 from turbo124/v5-develop

Fixes for ninja mailer error reporting
This commit is contained in:
David Bomba 2021-09-07 16:18:21 +10:00 committed by GitHub
commit aa083c00e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,9 @@ class NinjaMailerJob implements ShouldQueue
if($e instanceof ClientException) { //postmark specific failure
$response = $e->getResponse();
$message = $response->Message;
nlog($response);
// $message = $response->Message;
}
if($this->nmo->entity)