<%@LANGUAGE= "VBSCRIPT " %>
<HTML>
<BODY>
<%
jmail.AddRecipient "litangel_zhang@163.com ", "Mr.Example "
jmail.From = "litangel_zhang@163.com "
jmail.Subject = "Here 's some graphics! "
jmail.Body = "A nice picture if you can read HTML-mail. "
jmail.HTMLBody = " <html> <body> <font color= " "red " "> Hi, here is a nice picture: </font> <br> "
jmail.appendHTML " <img src= " "cid: " & contentId & " " "> "
jmail.appendHTML " <br> <br> good one huh? </body> </html> "
jmail.Body = "Too bad you can 't read HTML-mail. "
jmail.appendText " There would have been a nice picture for you "
jmail.Send( "mail.163.com " )
%>
</BODY>
</HTML>
------解决方案--------------------
参考:
http://www.jxxg.com/blog/dh20156_369/article.asp?id=76
------解决方案--------------------
:)