Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: How to embed an Image

$
0
0
Re: How to embed an Image
West Wind Client Tools
Re: How to embed an Image
Apr. 25, 2013
05:15 am
3RQ0BA7LKShow this entire thread in new window
Gratar Image based on email address
From:FoxInCloud support
To:Kayode
exactly, you need to upload this image to a public http or ftp server so that message recipients can view it

But I am only running a desktop application and the image to be embedded is in a folder with the desktop application. Are you saying I could an http or ftp to reference this file?

Please help.



<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)


Viewing all articles
Browse latest Browse all 10393

Trending Articles