Web Hosting Talk







View Full Version : Frontpage form problem


mpkapadia
01-16-2002, 05:58 AM
My server is win2k server, IIS 5.0

The problem - When frontpage based forms are used they send email only to local server domains and are not sending to remote domains like hotmail or yahoo

but when cdonts mail component is used its working perfectly , so it is not an smtp permission issue i think

What could be wrong,

very few of our clients use fp extensions , fp is a pain.

Regards

RackMy.com
01-16-2002, 09:39 AM
FP exts are a big pain and that is one of the few items that we will not provide support on. :( Have you set-up the email portion of the server extensions in FP?

i.e.
webserver mail address:webmaster@domain.com
contact address:pdavies@domain.com
SMTP mail server:mail.domain.com

mpkapadia
01-16-2002, 12:02 PM
Hello Mike,

I have indeed setup the email portion of the same , weird is that it is sending mails to the local domains but not to remote domains

What i am planning to do is to have a cdonts or Jmail script constructed and send to all my clients asking them to use those for forms

Regards,