rngrfan,
What you need is a CGI and a web form working together.
Please find below links that contain step-by-step instructions:
A Simple CGI Email Handler
http://www.boutell.com/ema
If you are not comfortable setting up your own CGI, check out this one:
Free Feedback form
http://freedback.com/
Hope this helps.
Main Topics
Browse All Topics





by: ahoffmannPosted on 2005-04-25 at 00:17:59ID: 13856564
the ACTION= attribute need to point to a CGI script (or any other active page on your web server) and not to a simple text file.
This script then needs to parse your form data and send the mail.
Your postes simpleform.txt looks more like an example how the generated mail might look like.