How to send HTML File in a e-mail Body unis Mailx or mail command
问题 Is there a way to send html file into a mail body using mail or mailx command in Linux. I googled around and did not find anything that's working though there are many threads. on of the thread i see Mailx send html message but nothing works. What i used are below commands but not working as expected. $ mail -s "$(echo -e "This is Subject\nContent-Type: text/html")" kulfi@tap.com < OneView_Sheet.html $ mailx -s "$(echo -e "This is Subject\nContent-Type: text/html")" kulfi@tap.com < OneView