Tagged Questions
1
vote
1answer
683 views
Sending HTML with Mutt (or another terminal mail client)
While I can find some scattered info on the topic, I can't seem to find a straight walkthrough (or even a definite answer)...
Basically I'm too low on the totem pole to start sending plain-text ...
2
votes
1answer
3k views
send html using mailx
I'd like to send a html file from a host using mailx but instead of interpreting it as html it would send it out as text (html codes). Is there a way to send it as html?
(cat <<EOCAT
Subject: ...
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?