awk - Change in the HTML table format sent using mutt in outlook -
here sample html code:
when send email using mutt outlook, output follows:
the command used is:
mutt -e "my_hdr content-type: text/html" -s "subject: subject" mymail@outlookmail.com < sampletable.html
in second table there different format. first table not looking well. if there more 2 tables, alternate tables having same format second one.
how make email good? ps: generating sample html table code using awk in bash script.
thanks in advance.
replace ending <tr>
closing tr : </tr>
.
Comments
Post a Comment