\\/[!]shal
2017-01-13 09:02:43 UTC
Hi,
I can not send email with html body with attachment.
Command1:
echo "<html><b>Hello</b></html>" | mail -s "#1" -a "content-type:
text/html" ***@gmail.com
Command2:
echo "<html><b>Hello</b></html>" | mail -s "#2" -a "content-type:
text/html" ***@gmail.com -A "/Users/vishal/Downloads/00000001.pdf"
Command1 works fine. I see email with html body, but in 2nd command body is
in text format.
Please let me know if I am missing something here.
-Vishal
I can not send email with html body with attachment.
Command1:
echo "<html><b>Hello</b></html>" | mail -s "#1" -a "content-type:
text/html" ***@gmail.com
Command2:
echo "<html><b>Hello</b></html>" | mail -s "#2" -a "content-type:
text/html" ***@gmail.com -A "/Users/vishal/Downloads/00000001.pdf"
Command1 works fine. I see email with html body, but in 2nd command body is
in text format.
Please let me know if I am missing something here.
-Vishal