Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Coldfusion 9, How do you Empty an "Undelivered Mail Queue"

I have roughly 9,000 undelivered messages in my mail spool in Coldfusion 9. As far as I can tell the only way to manage these messages is to manipulate them 10 at a time through the CF Admin GUI.

I'm looking for a way to expedite this process. I'd like to just clear the queue, or batch send them all.

Does anyone know how to do this?

Thank you,

-Dave

like image 573
Dave Ostrander Avatar asked Jul 22 '11 16:07

Dave Ostrander


2 Answers

Go into the filesystem and move the files from cfusion/mail/undelivr to cfusion/mail/spool. Simple!

like image 143
scrittler Avatar answered Nov 10 '22 21:11

scrittler


Take a look at Ray Camden's SpoolMail (http://spoolmail.riaforge.org/). This is a very handy plug-in that you can add to all your servers and at bulk move your emails to spool and resend them.

like image 3
Andreas Schuldhaus Avatar answered Nov 10 '22 21:11

Andreas Schuldhaus