|
Subject:
|
SMTP Problem
|
|
Posted By:
|
Komila
|
Post Date:
|
8/24/2006 10:33:59 PM
|
Actually i have a SMTP server. that is configured properly as mails are going thru it.
we got two servers other then mail server. one is development and other production. from development server mails are goin from both ASP and .NET applications same access i have given to production server also but mails are goin from .NET applications but not from ASP...
Can anyone help...your help is appreciated...
Thanks
|
|
Reply By:
|
dparsons
|
Reply Date:
|
8/25/2006 7:39:38 AM
|
...? What are you using to send your emails? CDONTS?
"The one language all programmers understand is profanity."
|
|
Reply By:
|
mat41
|
Reply Date:
|
8/26/2006 12:48:33 AM
|
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
|