Form Posting problem

S

SBN Services

I have a www server on the same server as my e-mail server. I have a form
that posts data to be sent via e-mail. I have in the IIS server extensions
field:
Web server's mail address: [email protected]
Contact address: [email protected]
SMTP Mail server: 127.0.0.1

Now this was working just fine on a previous server. We upgraded to a newer
server and transfered the web files over and set up IIS the same as the
previous. I have to of course have the MS SMTP function disabled as that
would conflict with the existing SMTP. The one difference we have now is that
previously the e-mail server was on another pc so the SMTP mail server
address was different, not local.

Any help would be appriciated. Here is the form we are trying to use-
http://www.sbn-services.com/quote.asp
 
T

Thomas A. Rowe

The server should have standard IP Address, not the loop back address. The web site should have it
own IP Address and the SMTP server should have it own IP Address, as you can have more than one IP
Address per machine.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Top