我有一个回显 html 的 shell 脚本,然后我需要将一些动态生成的图形(使用 matplotlib)附加到我发送的电子邮件中。
图像与 shell 脚本位于同一目录中。
我尝试了简单的方法,<img src="file.jpg"></img>
但我收到的电子邮件没有显示图像。如何执行此操作以使图像显示为内联?
echo "</table><img src=\"citywise.png\"><P><img src=\"fivesec.png\"><P><img src=\"ten.png\"><P><img src=\"fifteen.png\"><P><img src=\"thrty.png\"><P><img src="sixty.png"><P><img src=\"gtsixty.png\"><P><img src=\"hits.png\"></body></html>">>htTimernew.tsv
/usr/sbin/sendmail sankalp.jain@example.com < htTimernew.tsv