我有一个回复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