shared platform: how to set sender mail address in mail generating frontpage form

  • Thread starter Thread starter Testbruger
  • Start date Start date
T

Testbruger

Hi,

We are using Frontpage on a shared platform (with many other websites).
We us a frontpage form to collect data and send e-mails to us, like:
-------
<form method="POST" action="--WEBBOT-SELF--">
<!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE"
S-Email-Address="(e-mail address removed)"
B-Email-Label-Fields="TRUE" B-Email-ReplyTo-From-Field="TRUE"
S-Email-ReplyTo="email" B-Email-Subject-From-Field="TRUE"
S-Email-Subject="subject" S-Builtin-Fields --><p>
<input type="text" name="T1" size="20"><input type="submit" value="Submit"
name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>
-------

This will send a proper mail to the correct receivers mail address, BUT the
sender is something like: (e-mail address removed)

Where in this case ourprovider.com is not OUR domain, but the domain of our
hosting party.

Is it possible to use a distinctive sender mail address for each form we
have ?

Any help? Thx.
 
The From address is set up in the FrontPage Extensions, and cannot be
changed, except by your host. Remember it is the Server that sends the
email, not the user who fills in the form.

Include a field named email for the users email address, and this will show
when you click Reply on your email client. The Form Properties appear to
have been set up to use the email field for the ReplyTo address.
 
Thanks for reply Ron. Appr.

Ronx said:
The From address is set up in the FrontPage Extensions, and cannot be
changed, except by your host. Remember it is the Server that sends the
email, not the user who fills in the form.

Include a field named email for the users email address, and this will show
when you click Reply on your email client. The Form Properties appear to
have been set up to use the email field for the ReplyTo address.
 
Back
Top