0 Replies Latest reply: Jul 17, 2008 2:05 PM by kodemonki RSS

    Mail Generation

    kodemonki Community Member
      At 4:11 a user logged in and went to a page where they can fill out a form and 'submit' it to be sent to someone.
      At 4:12 CF4.5 crashed.
      At 4:15 CF services restarted.
      At 4:20 I got an email from the user saying 101 emails had gone out (it BCCs the user).

      The cfmail tag is in a catch/try block. CF services crashed because of the 'unknown exception in NTNetworkThread error. We figure that the server kept trying to send the email while it was down and just kept spooling new ones, when it came back up it saw 101 emails in the queue and sent them all.

      1. Does this seem a logical theory?
      2. Is there any way to prevent this?