Hello all.
After spending a lot of time and searching why the emails aren't sending, I find the reason is queuing. There are more than 13000 emails in queue and i want delete them all without trying to send. Is there any method to do that?
Thank you.
Delete all queue emails
Moderators: Developer, Contributor
Re: Delete all queue emails
You can delete them in database
Code: Select all
delete from mantis_email_table;