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
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