Click to See Complete Forum and Search --> : Send a form as an HTML email


mistr_e
11-07-2005, 11:41 AM
I created an HTML page that uses formmail to send its results via email. The client however now wants the emailed results to look like a form (for easy printing and reading mainly). I have a good grasp of HTML, CSS, and JAvascript but not Perl so I haven't a clue how I could send this as an HTML email. I'm thinking I could have the form generate the HTML message with javascript but how could I have this message then sent off?

Thanks for any help you guys can give.

vishi83
11-17-2005, 04:10 AM
hi man !!!

you can see CPAN for the Mail::Sendmail module ..to learn how to send a simple mail ..

This module will actually send a mail upon some events lik ..

If you click a checkbox and submit the form , an email can be sent.

do visit the perlmonks.com for reference..

thank you
vishi83

huge22ph
11-24-2005, 02:37 PM
Hi,

I also have same concern and I cannot find this with "perlmonks.com".
I hope somebody can help us.

Thank's