G
Guest
Hey folks
anyone know how to make smtpmail.send() just drop the message in the pickup folder? Code works fine if the smtp instance is running ( in IIS manager ) give a nasty error if smtp is stopped
"Could not access 'CDO.Message' object.Here is the full error messageSystem.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 --
etc, etc, etc
Basically, if the smtp service or instance is stopped for any reason, like maintenance, I don't want any impact in the application.
anyone know how to make smtpmail.send() just drop the message in the pickup folder? Code works fine if the smtp instance is running ( in IIS manager ) give a nasty error if smtp is stopped
"Could not access 'CDO.Message' object.Here is the full error messageSystem.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 --
etc, etc, etc
Basically, if the smtp service or instance is stopped for any reason, like maintenance, I don't want any impact in the application.