Alternately you can embed the image into the email message using the code I linked in my last response using Alternative Views.
Please below the text of my codes for embedding an image. It still do not work:
text to lcHTM TEXTMERGE NOSHOW
<html>
<h1></h1>
<hr/>
<head>
<h2></h2><br><br>
<h2>Dear <i></i></h2>
</head>
<body>
<h3>We wish to inform you that a transaction occurred on your account with us.</h3>
<h3>The details of this transaction are shown below:</h3><br><h3>Account Number...: <i></i></h3>
<h3>Description............: <i></i></h3>
<h3>Amount...................: <i></i></h3>
<h2>Thank you for choosing </h2>
<img src="e:\wisehuman\bitmaps\sample.gif" alt="Smiley face" height="42" width="42">
</body>
<hr/>
</html>
ENDTEXT
You can embed external images just by using a URL in your message.
<imgsrc="http://mysite.com/smiley.gif"alt="Smiley face"height="42"width="42">
Problem with that is that images that are embedded like this are usually blocked by the email client.
You can also use embedded resources to do this, but only in .NET mode.
wcdocs:_2qm12el7y.htm
+++ Rick ---
Dear Support,
I wish to embed an image into my email. I am currently using wwsmtp to send my mail. I went through its document but I did not find any such reference.
Please find below a sample of the command:
<img src="smiley.gif" alt="Smiley face" height="42" width="42">
Please help.
- Kayode