B
Ben
I've having a very boggling problem and I hope someone can help shed some
light on it.
I have and Email dll for my solution. Inside the solution two projects use
the dll. An asp.net application and a c# console application. When the dll
runs in the asp.net project it sends emails no problem. In fact I can stop
the SMTP server and let the emails pile up in the pickup folder. Its'
great, I can delete them at will, turn it on and watch them send etc. Now,
the same dll used in the console application will send the email if the SMTP
server is started BUT if the SMTP server is stopped I get: Could not access
'CDO.Message' object. Failed to connect to transport.
?? Huh ??
I'd really, really, really like to be able to send the console messages into
the pickup folder just like the asp.net messages. What's the problem here?
I've searched around and I'm not seeing anything about it. I've tried
adding the local host to the relay, network service & aspnet account to the
operators, no luck
Any advice is greatly appreciated!
Thanks,
Ben
light on it.
I have and Email dll for my solution. Inside the solution two projects use
the dll. An asp.net application and a c# console application. When the dll
runs in the asp.net project it sends emails no problem. In fact I can stop
the SMTP server and let the emails pile up in the pickup folder. Its'
great, I can delete them at will, turn it on and watch them send etc. Now,
the same dll used in the console application will send the email if the SMTP
server is started BUT if the SMTP server is stopped I get: Could not access
'CDO.Message' object. Failed to connect to transport.
?? Huh ??
I'd really, really, really like to be able to send the console messages into
the pickup folder just like the asp.net messages. What's the problem here?
I've searched around and I'm not seeing anything about it. I've tried
adding the local host to the relay, network service & aspnet account to the
operators, no luck

Any advice is greatly appreciated!
Thanks,
Ben