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

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -