How to make a form send email FROM the user?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a simple form for folks to subscribe to my newsgroup. They enter their email address in the form then click "submit". What I want to happen is for the newsgroup to receive an email with the entered email address as the "from" or "reply to" address (I'm using Yahoo! groups for my newsgroup - this is for a cub scout pack so it's all very low rent!). I've got the form configured correctly to send the mail to the newsgroup, but instead of putting the users email address (from the form) in the "from" address, the from address is the email address of the default user at my domain ([email protected]). Is it possible to do what I want? If so, how?

Thanks in advance,
 
Not possible when using the FP Form Handler. You would have to use custom server-side script written
in CGI-Perl. PHP, ASP, etc. depending on what is supported by your host.

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

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


Joe said:
I have a simple form for folks to subscribe to my newsgroup. They enter their email address in
the form then click "submit". What I want to happen is for the newsgroup to receive an email with
the entered email address as the "from" or "reply to" address (I'm using Yahoo! groups for my
newsgroup - this is for a cub scout pack so it's all very low rent!). I've got the form configured
correctly to send the mail to the newsgroup, but instead of putting the users email address (from
the form) in the "from" address, the from address is the email address of the default user at my
domain ([email protected]). Is it possible to do what I want? If so, how?
 
Thanks for the fast reply, Thomas. Turns out my host does support all of those formats. Any suggestions for where I can perhaps find a canned script that will do this for me, or a guide on how to write said script? FYI, I know perl, but I'm a complete newbie to anything related to the internet!
 
I don't know of any canned scripts.

If using ASP, then you have to know what ASP mail component is installed, then you can usually find
help at the site of the component author on how to code a page to send email.

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

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


JoeCool said:
Thanks for the fast reply, Thomas. Turns out my host does support all of those formats. Any
suggestions for where I can perhaps find a canned script that will do this for me, or a guide on how
to write said script? FYI, I know perl, but I'm a complete newbie to anything related to the
internet!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top