Guest Brock Hensley Posted December 2, 2007 Posted December 2, 2007 Mail Script won't connect: CDO.Message object Transport failed to connect to the server A client has a mail script trying to connect to the main smtp server xxx.xxx.xxx.xxx and if it catches an exception it waits for 10 seconds and contacts a secondary smtp server at yyy.yyy.yyy.yyy. He is getting errors from both servers on a regular basis. > 11/27/2007 7:50:56 AM > EMAIL ERROR on server (xxx.xxx.xxx.xxx), attempt retry: > System.Web.HttpException: Could not access 'CDO.Message' object. ---> > System.Reflection.TargetInvocationException: Exception has been thrown by > the target of an invocation. ---> > System.Runtime.InteropServices.COMException (0x80040213): The transport > failed to connect to the server. --- End of inner exception stack trace > 11/27/2007 7:51:06 AM > RETRY EMAIL ERROR: retry failed on server (yyy.yyy.yyy.yyy): > System.Web.HttpException: Could not access 'CDO.Message' object. ---> > System.Reflection.TargetInvocationException: Exception has been thrown by > the target of an invocation. ---> > System.Runtime.InteropServices.COMException (0x8004020F): The server > rejected one or more recipient addresses. The server response was: 550 No > such user here
Recommended Posts