awk - Change in the HTML table format sent using mutt in outlook -


here sample html code:

my html code

when send email using mutt outlook, output follows: outlook html table

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

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -