Add a new post


Name  
Email*  
Subject  
Message
 
 
Protected by Clearscreen.SharpHIPTo prevent abuse from bots, please enter the text you see.:
 

* In order to reduce SPAM, all email addresses will be obfuscated so they cannot be read by spam bots.
For example: 'test@test.com' will become 'test (at) test dot com'.

"Could not access 'CDO.Message' Object - Part 10
I had a user send me this suggestion. I'm posting his solution in case someone else runs into this problem. Here is the text from his suggestion.
--------------------------------------------

Ok... seriously! You just gotta add this to the list of things to check. It's [stupid] and it has less than nothing to do with programming (and I would know, I'm a server engineer). Maybe programmers all just know this inherently, but while troubleshooting a client's server, we found that the SMTP service had been inadvertently assigned a specific IP address instead of using "(not assigned)". It was using 192.168.1.22 while the application was set to send mail to the service at 127.0.0.1. The application wouldn't send mail until we changed it back to "(not assigned)"

I know. Stupid, right?