Send Html page As Email using “mutt”

后端 未结 5 1739
感动是毒
感动是毒 2020-12-28 13:30

I have been using mutt to send emails from inside another application & it works fine. I have to send html files and currently I have to send them as attachments. So I u

5条回答
  •  伪装坚强ぢ
    2020-12-28 13:53

    I use Mutt 1.5.23 to send an html email with embedded image, and this works for me. mutt -e "set content_type=text/html" Email -s "subject" -a pic.png < test.html

    file test.html:

    
    
    
    
    
      
    
    

提交回复
热议问题