in reply to html to e-mail
- create a new Mail::Mailer object - call the object's open method, passing a hash with From, To, and Subject - print the CGI values to the object
See the Mail::Mailer docs for more information.