Dear Paul,<br><br>If you are not recieving error information like this:<br><br>HTTP 500.100 - Internal Server Error - ASP error<br>Internet Information Services<br><br>--------------------------------------------------------------------------------<br><br>Technical Information (for support personnel)<br><br>Error Type:<br>Microsoft JScript runtime (0x800A1391)<br>'x' is undefined<br>/recycle/Default.asp, line 8<br><br><br>That directs you to the exact line of code where the error occurs. If you don't get this information from IIS then you will have to manually find the offending line.<br><br>I would start with the line from your code:<br><br>JMail.Execute, I would comment this line out and see if the pages still fails. You could then use this technique to find the line that causes the failure.<br><br>My guess would be that a COM object is failing internally and not handling the failure properly if you are not receiving a JScript error message.<br><br>Hope this helps<br>-pete