Link to home
Start Free TrialLog in
Avatar of bwoold
bwoold

asked on

cgi response script

Goodday,

I have a response form that where people can order information. I want to send the content of this form to a emailaddress. I also want to be able to alter the layout of the email without having to write cgi.
Where can I find such a script.

marc
ASKER CERTIFIED SOLUTION
Avatar of chensu
chensu
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ercis
ercis

You can't mail form data without writing a cgi script in any language (C, PHP, Perl or etc.)
I have wrote few such progs (in C under UNIX), that gets form data and sends it to email formatted as desired.
IMHO it's simple :)