Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save flashvnn/80c565846f341b9b5136bc6cdfbd2288 to your computer and use it in GitHub Desktop.
Save flashvnn/80c565846f341b9b5136bc6cdfbd2288 to your computer and use it in GitHub Desktop.
Magento flush email queue recipients
DELETE
FROM `core_email_queue_recipients`
WHERE `core_email_queue_recipients`.`message_id` NOT IN
(
SELECT `core_email_queue`.`message_id`
FROM `core_email_queue`
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment