Send Html page As Email using “mutt”
When I try your command, mutt is telling me that content_type=text/html is an unknown command. So you have to use the “set” command to make this work: mutt -e “set content_type=text/html” Email address -s “subject” < test.html That worked in my tests.