Add bounce synchronization with MailPoet Sending Service [MAILPOET-696]

This commit is contained in:
Alexey Stoletniy
2016-12-06 22:48:36 +03:00
parent f90ba712ee
commit baf0d374ae
8 changed files with 469 additions and 1 deletions

View File

@@ -164,6 +164,7 @@ class SendingQueue {
return SendingQueueModel::orderByAsc('priority')
->whereNull('deleted_at')
->whereNull('status')
->whereNull('type')
->findMany();
}
}