The above sends the information along with the HTML code in the email and doesnt implement the html. Any setting or something in Perl I can get this to work? In Cold Fusion mail tags it lets you put in HTML formatting with a "type" argument where I can use "html" and it will format the email output using HTML. Anything in Perl where I can do the same?$myInfo .= "<table><tr><td>$myField</td><td>$myValue</td></tr></table> +\n"; open (MAIL,"|$sendmail"); print MAIL <<"EOF"; To: $toAddress From: $fromAddress Subject: Send mail test $myInfo EOF close;
In reply to email output using HTML format. by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |