
Zhris
Enthusiast
Nov 8, 2010, 9:06 PM
Post #2 of 3
(3227 views)
|
Hi, http://www.form2email.net is pretty good. It will handle any form with very little setup configuration. I prefer to use the CGI module to retrieve form data into a hash, build it into a formatted string, then use MIME::Lite to build and send an email. If it must work for any form, I use hash lookup tables to format and validate values from known field names. Chris
|