How can i send the email using mailx command including the HTML code? for example:
mailx -s "Report" << EOF
Report Generated
<table width="600">
<tr><td width="30%"> </td><td width="35%" style="font-size:7pt;">Definition</td></tr></table>EOF
however the mail did send, but which is not as html code..
Anybody know how to send mailx including the html inside the mail body?