Click to See Complete Forum and Search --> : mailing a specific content


grmmu
11-21-2008, 06:03 PM
hello,
we are trying to create a form with a textbox and a submit button. on the click of the submit button the idea is to have the contents of the textarea be sent in a mail to a certain address. I'm guessing this can't be done by HTML alone, but that's where you experts come in. Ideas, suggestions?
Thanks in advance :)

Eye for Video
11-21-2008, 06:34 PM
You'll need a server side script to handle that process, lots of good PHP ones out there. Google PHP mail form for more info.
Then make sure your server has PHP installed and turned on.
Good luck,
EfV