Forum Moderators: mack
i now this sounds stupid but could someone jus give me a rough guide to what the cgiemail program is? is it just the dreamweaver html form or is it a script ive got to download and place in my cgi-bin?
It appears to be a program designed to run on linux/unix servers, and it also looks as if you will neeed root acces to install it.
When you where saying "I have to point my "ACTION" to my cgiemail program"
What this means is building a form that sends information to the cgiemail program it's self. The program will then forward the message/commens to your inbox. I gues it is a little more complexed then that, but I did not have enough time to fully read through the documentation, just enough to gather the basics.
If you are wanting to use this sort of system to allow site users to forward messages to you then you may be a better off using a simple php script to do this. You will be able to set it up on your web space a lot easier.
What use did you have in mind for cgiemail?
Mack.
In my case, the webhost provided the formmail script but I read more than one set of instructions, one of which said to place it in the cgi-bin and another which said to choose a directory to place it in, hence I was confused, so I share your pain!
In the end I created a new directory for it and put my redirected page in it too (to thank the user for completing the request, bla, bla). But then it only worked from my computer, so I had to go back to the FAQ's on the host's support pages which gave advice on slightly altering the script.
All seems to be well so far . . .