Fixes for ninja mailer error reporting

This commit is contained in:
David Bomba 2021-09-07 16:18:07 +10:00
parent c9ea2ceaf3
commit ee3ba97fcb

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)