sate to html
Posted: Sun Jul 29, 2012 1:18 pm
Hi Sergey
I have email application based on RVE editor.
I write some text and insert a signature image by using:
rve.LoadRTF(GlobalUserPrivateDir + '\signature.rtf');
rve.Format;
I save to html using:
rve.SaveHTML(EmailTempFile, '', 'img', [rvsoOverrideImages,
rvsoOverrideImages]);
what i get in the recipient inbox is this:
<html><head><title></title>
</head>
<body bgcolor="#ffffff" leftmargin=5 topmargin=5 rightmargin=5 bottommargin=5>
<font size=2 color="#000000" face="Arial">
<div dir=RTL>This is line 1</div>
<div dir=RTL>Roni Lev</div>
<div dir=RTL><img width=576 height=144 hspace=1 vspace=1 src="C:/Users/roni.TEVELSOFTWARE/tevel/TEMP/img158.gif"></div>
<div dir=RTL><font size=3 face="Times New Roman"><br></font></div>
</font>
</body></html>
<P><FONT SIZE=2 FACE="Arial">No virus found in this incoming message.<BR>
Checked by AVG - www.avg.com<BR>
Version: 9.0.930 / Virus Database: 2437.1.1/5161 - Release Date: 07/28/12 21:34:00<BR>
</FONT></P>
The image is not diplayed
any idea how to do ir right
Roni
I have email application based on RVE editor.
I write some text and insert a signature image by using:
rve.LoadRTF(GlobalUserPrivateDir + '\signature.rtf');
rve.Format;
I save to html using:
rve.SaveHTML(EmailTempFile, '', 'img', [rvsoOverrideImages,
rvsoOverrideImages]);
what i get in the recipient inbox is this:
<html><head><title></title>
</head>
<body bgcolor="#ffffff" leftmargin=5 topmargin=5 rightmargin=5 bottommargin=5>
<font size=2 color="#000000" face="Arial">
<div dir=RTL>This is line 1</div>
<div dir=RTL>Roni Lev</div>
<div dir=RTL><img width=576 height=144 hspace=1 vspace=1 src="C:/Users/roni.TEVELSOFTWARE/tevel/TEMP/img158.gif"></div>
<div dir=RTL><font size=3 face="Times New Roman"><br></font></div>
</font>
</body></html>
<P><FONT SIZE=2 FACE="Arial">No virus found in this incoming message.<BR>
Checked by AVG - www.avg.com<BR>
Version: 9.0.930 / Virus Database: 2437.1.1/5161 - Release Date: 07/28/12 21:34:00<BR>
</FONT></P>
The image is not diplayed
any idea how to do ir right
Roni