Skip to content

Instantly share code, notes, and snippets.

@Nolwennig
Last active January 8, 2018 18:11
Show Gist options
  • Save Nolwennig/7501c4df9f86783426d1 to your computer and use it in GitHub Desktop.
Save Nolwennig/7501c4df9f86783426d1 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