well, after browsing millions of similar posts on this item, I'm sorry I have to bore you all with yet another.
I'm Running IIS6 on win2k3 server.
Using CDOSYS, I'm attempting to pull information off a form filled out by the user, which then gets put into SMTP mail to be sent to several email addresses, both internal and external.
My asp code works, although mail is stuck in the queue. I believe port 25 is enabled and working properly, b/c the telnet test worked.
I tested the smtp pickup folder by constructing sample SMTP mail text files in notepad (with no .txt extension), one to an internal address, and one to an external. Both end up stuck in the queue, as do messages generated by the asp page.
In event viewer, the internal mail address warning is:
"Unable to relay for user@internaladdress.org",
and for external, the warning I get is:
"The remote server did not respond to a connection attempt"
DNS seems to be working, because I am able to nslookup resolves any domain (internal and external) that I request.
We are using Exchange Server here, but one question is whether or not that affects anything - Does IIS necessarily HAVE to be configured to route mail thru exchange server in all cases? As long as the server has web access, it should be able to construct an smtp message and send it on it's own shouldn't it? maybe I'm wrong about that.
at this juncture I'm only interested in the outbound portion of the mail to work. There is no need for users to have to respond to the auto-generated mail.
Also what does "smart host" do?
I am a nobody, and nobody is perfect; therefore, I am perfect.
I'm Running IIS6 on win2k3 server.
Using CDOSYS, I'm attempting to pull information off a form filled out by the user, which then gets put into SMTP mail to be sent to several email addresses, both internal and external.
My asp code works, although mail is stuck in the queue. I believe port 25 is enabled and working properly, b/c the telnet test worked.
I tested the smtp pickup folder by constructing sample SMTP mail text files in notepad (with no .txt extension), one to an internal address, and one to an external. Both end up stuck in the queue, as do messages generated by the asp page.
In event viewer, the internal mail address warning is:
"Unable to relay for user@internaladdress.org",
and for external, the warning I get is:
"The remote server did not respond to a connection attempt"
DNS seems to be working, because I am able to nslookup resolves any domain (internal and external) that I request.
We are using Exchange Server here, but one question is whether or not that affects anything - Does IIS necessarily HAVE to be configured to route mail thru exchange server in all cases? As long as the server has web access, it should be able to construct an smtp message and send it on it's own shouldn't it? maybe I'm wrong about that.
at this juncture I'm only interested in the outbound portion of the mail to work. There is no need for users to have to respond to the auto-generated mail.
Also what does "smart host" do?
I am a nobody, and nobody is perfect; therefore, I am perfect.