I had a strange problem like that once. It got solved by sending autenticated mail using a valid UN and PW. The syntax is:
.Item(cdoSendUsername) = "someValidUN"
.Item(cdoSendPassword) = "someValidPW"
If you are using CDONTS it has been depreciated in server 2003. They reccomend using CDOSYS now, the CDONTS dll doesnt even come in th OS anymore.
FYI: To give an indication of OS, mail method, the error and problematic code if possible would get you a quicker solution.
Wind is your friend
Matt
|