Could Not Access CDO.Message

T

tshad

I am getting an error in my Windows Service which delivers my email.

This program has been working for weeks. All of a sudden it quit working.

I am getting the following errors:

Could Not Access CDO.Message

and then I modified my error routine to fetch and send the inner Exception
errors and got the following:

Inner Exception during EmailPoller send attempt: The "SendUsing"
configuration value is invalid.
Where SMTPServer = localhost

I then changed the code to use 127.0.0.1 and got the error:

Inner Exception during EmailPoller send attempt: The "SendUsing"
configuration value is invalid.
Where SMTPServer = 127.0.0.1

I have tried rebooting the machine and that doesn't help

Why would this all of a sudden quit working?

Thanks,

Tom
 
T

tshad

I found out why I was getting the message.

There was no SMTP Server on the machine. After I installed it for IIS and
turn relaying on for the local machine it worked fine.

When I look back at the event log I can periodically see this error but then
it would be gone. I know it was working because emails were getting sent
out but there was no email error message. I am really confused as to why it
was working.

Tom
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top