I need to send an html email. Basically, I just want it to be an image when the receiver opens it up. The image is on the web already so all I need to do is include the path in the html body of the email (I guess). I've enable the HTML format already. What I've been trying to get to work is:
<HTML>
<img src="http://expn.go.com/media/digmed31.jpg">
<HTML>
AND
<HTML>
<href="http://expn.go.com/media/digmed31.jpg">
<HTML>
All I get in the message though is the text you see above instead of the image. What am I missing?
<HTML>
<img src="http://expn.go.com/media/digmed31.jpg">
<HTML>
AND
<HTML>
<href="http://expn.go.com/media/digmed31.jpg">
<HTML>
All I get in the message though is the text you see above instead of the image. What am I missing?