Hi
I have been trying to add an image to a html template. If I add an image using the image button in the editor, the following html is sent to the receiver:
<html><HEAD></HEAD>
<BODY class=Axapta MarginWidth="0" MarginHeight="0" WebletName="WebLet101723727" Type="WebPageWeblet"><SPAN class=Axapta WebletName="WebLet101742916" TYPE="SysEmailEditorImageWebLet" FilenameOpen="\\servername\Temp\00000623_031.jpg" atomicSelection="true"><IMG border=0 src="cid:1"></SPAN></BODY></html>
I guess images will never be embedded, but if I point to a URL instead I get a similar html code in the message and the image is shown in the email as a link with the text "[Unknown file : ]"
Do I have to create the html code on my own? Or how should I interpret this strange result?
/Jonas
*This post is locked for comments
I have the same question (0)