Tagged Questions
16
votes
4answers
19k views
How do I send HTML email using linux 'mail' command?
mail -s "subject" xxxxx@gmail.com <test.html
works, but only for plain text email.
What is the correct way to send HTML email using the Linux command mail?