Minor fix for postmark
This commit is contained in:
parent
74b4ef5b13
commit
bf690e5cb8
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ class PostMarkController extends BaseController
|
|||
$request->input('MessageID')
|
||||
);
|
||||
|
||||
LightLogs::create($bounce)->batch();
|
||||
LightLogs::create($spam)->batch();
|
||||
|
||||
SystemLogger::dispatch($request->all(), SystemLog::CATEGORY_MAIL, SystemLog::EVENT_MAIL_SPAM_COMPLAINT, SystemLog::TYPE_WEBHOOK_RESPONSE, $this->invitation->contact->client, $this->invitation->company);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue