mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 06:32:40 +01:00
Merge pull request #6594 from turbo124/v5-develop
Fixes for ninja mailer error reporting
This commit is contained in:
commit
aa083c00e0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user