Add bounce synchronization with MailPoet Sending Service [MAILPOET-696]
This commit is contained in:
@@ -164,6 +164,7 @@ class SendingQueue {
|
||||
return SendingQueueModel::orderByAsc('priority')
|
||||
->whereNull('deleted_at')
|
||||
->whereNull('status')
|
||||
->whereNull('type')
|
||||
->findMany();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user