Click to See Complete Forum and Search --> : Feedback/Email form?


beefalobilly
10-12-2003, 09:35 PM
Ok, what I would like to do is make a webpage with some forms on it so that you type in an email address in the box (multiple boxes) and click "send" or whatever, and it sends a message to all of those email addresses. Does this require CGI or what? Yea yea, i know I'm a real newb...

pyro
10-12-2003, 10:10 PM
Yes, you could do it in CGI/Perl, PHP, ASP, etc...

PeOfEo
10-12-2003, 10:57 PM
It will also require a smtp server for the server side language (cgi php asp asp.net jsp, whatever you are using) to use to send the email. So make sure your host will let you use a server side technology and has an smtp server.