1.需要安装1.5以上版本的mutt

tar zxvf mutt-1.5.21.tar.gz -C /usr/src/
cd /usr/src/mutt-1.5.21/
./configure --prefix=/usr/local/mutt
make install

2.配置发送

/usr/local/mutt/bin/mutt -s "数据测试" -e 'set content_type="text/html"' 123456@qq.com < /home/hello/test.html

mutt+msmtp发送邮件的其他配置参照之前的文章(http://qikangwei.blog.51cto.com/2282397/752174)