<imgsrc="http://www.yourWebSite.xxx/bitmaps/sample.gif"alt="Smiley face"height="42"width="42">
or
<imgsrc="ftp://yourFTPsite.xxx/bitmaps/sample.gif"alt="Smiley face"height="42"width="42">
Please find below the text of my code for embedding an image. It still did 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 need to define content-type as HTML
you also need to provide the full URL of img.src:
<img src="http://you.com/smiley.gif" alt="Smiley face" height="42" width="42">
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
Thierry Nivelet (FoxInCloud)
Never explain, never complain (Queen Elizabeth II)