Quote:
Originally Posted by Swapna173
Hi Guys,
How can i send a html file in the mailbody. when i use the command
cat aa.html | mail -s "hello" abc.gmail.com
this displays the entire contents of the html file.
It doesn't display in html format.
|
The "mail" command will add its own headers.
Use "sendmail" instead.