mutt 发邮件问题
-
- 帖子: 1
- 注册时间: 2014-09-28 17:05
- 系统: Windows 7
mutt 发邮件问题
mutt可不可以把图片作为正文发送出去啊?求指导,作为附件太麻烦了!
- astolia
- 论坛版主
- 帖子: 6703
- 注册时间: 2008-09-18 13:11
Re: mutt 发邮件问题
懂html不?懂的话把邮件正文弄成html文件,就可以把图片嵌进去了,发送时指定mime type。需要mutt 1.5以上版本
mutt -e content_type=text/html xxx@example -s "subject" < test.html
mutt -e content_type=text/html xxx@example -s "subject" < test.html