the "from" field on multiple forms is the same

H

Helniev

I use front page 2003, and I have multiple e-mail forms on my server. All
the "from" fields results come back the same. Even if I use a PHP mail
applet.

Thanks in advance!
 
H

Helniev

Well, my question would be, is there a way to change the "from" field
manually?

Thanks!
 
D

David Berry

That's how the FrontPage Forms Handler works. The From address is
configured in the FrontPage Extensions. If you want to have multiple
addresses you would need to use another forms handler (ask your Web Host
what they may have) or write the whole script in PHP or ASP.
 
R

Ronx

The from address is part of the FrontPage server extensions
configuration, and will be the same for all forms using the extensions.
For the forms using PHP you will need to manually edit the PHP form
handler to provide from address for each form.

The user submits the form to the server and it is the server that sends
the email, so technically the from address should be one associated with
the server.
 
Top