I check this weekly by running this query using MySQL
Query Browser:
select * FROM `eventum_mail_queue`
where maq_status <> 'sent'
I then delete the bad ones by running:
Delete FROM `eventum_mail_queue`
where maq_status = 'error'
Usually the bad emails are caused by the eventum users
putting bad emails addresses in the CC field of emails
sent from Eventum. Eventum will try and try to send
the email and will fill up the errors.log real fast.
Travis Pierce
--- Barry Benowitz <barr...@raritan.com> wrote:
I would like to just remove
these mails from the queue. How can I do this?
Thanks,