mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 14:44:32 -04:00
Fixes for ninja mailer error reporting
This commit is contained in:
parent
c9ea2ceaf3
commit
ee3ba97fcb
@ -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…
x
Reference in New Issue
Block a user