Forum Moderators: phranque
many people dislike html email and some email clients will not read html email. do you really need to send html email ? could you send a plain text email with a link to the form on your website?
HTML mail as in this mime mail with a multipart/alternative?
HTML itself does not support mailing (except in the mailto, you better not use).
Using eg. php or cgi, there are plenty of mail-feedback solutions already there, and php also supports mime messages. (probably doable in perl too)
Skirril