jmail.Body="this is a file from jmail using c# asp.net";
jmail.AddAttachment(Server.MapPath("01.jpg"),false,"image/jpg");
发送HTML:
jmail.HTMLBody="<hr>this is html<br>";
如果HTML内容中含有图像等连接,可以:
1)
jmail.HTMLBody="<hr>this is html<br><img src=http://www.image.com/img.gif@#>";
2)
string cid=jmail.AddAttachment(Server.MapPath("01.jpg"),true,"image/jpg");
jmail.HTMLBody="<hr>this is html<br><img src=@#cid:"+cid+"@#>";
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/