Setting up an email form.

  • Thread starter Thread starter Martin Murray
  • Start date Start date
M

Martin Murray

Trying to set up a webpage that allows users to email me. The page is
served by Domain Direct. When I use the FrontPage 2000 built-in mail-to
page, I get the following error:

"Saving Form Results to E-Mail will not work unless either the "SMTPHost" or
"SendmailCommand" server configuration parameters are set."

What does this mean and how can I correct it?

Thanks in advance,

Martin Murray
 
Insert a mailto link using the hyperlink dialog.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
If I do that, won't the destination email address be visible? I don't want
that. That is why I am trying to use the built-in form.
 
Contact your host. It means that the server extensions are not set up to
send email.
 
If you use the "built in form", the email address will still be
visible in code view (view source in browser).
The only way to not have the email address displayed in any way on the
page is to use a custom server side script to process the form data.
The type of script will depend on your programming skills, and what
your host will support.
 
Back
Top