如何在命令行中使用 mutt 使用 Content-ID header 发送 html 邮件

How to send html mail with Content-ID header using mutt in command line

我试图发送 html 带有图片的邮件。但是我不熟悉邮件headers,如何使用cid添加图像标签,即附加图像并使其显示在html内容中?

<img src="cid:x">

这是我的测试命令:

mutt -s "test" jason@example.com \
    -e "set content_type=text/html" \
    -a /path/to/image <<MAIL
<img src="cid:0">
MAIL

看来这是neomutt项目中的一个新功能。 目前无法为附件添加 Content-ID header。 见公关:https://github.com/neomutt/neomutt/pull/2049.