Merge pull request #6594 from turbo124/v5-develop
Fixes for ninja mailer error reporting
This commit is contained in:
commit
aa083c00e0
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue