0 Replies Latest reply on Jan 14, 2008 3:42 AM by jdocs

    Backup mail system.

    jdocs

      Hi all.

      I've been tasked with developing with a system that will send certain critical mails if a MailNode fails to. This will only apply to some mail nodes so I've decided to proceed with the back up system implemented via an Exception handler.

      The backup system is fuilly developed and I am interesecting the Exceptions from a failed e-mail attempt however I am stuck extracting the details aobut the mail from the MailNode. I want to do this in a dynamic way so that the same classes can be reused.

      Can anybody please help me on this one?