You could also try to select * from the acs_mail_lite_queue table
Ah, yes, we have one entry in the queue table that has a blank "to" address. Can I just delete it with "delete from acs_mail_lite_queue where..." or do I need to do some magic pl/sql dml? (This is Oracle).