NetTalk Central
		NetTalk Web Server => Web Server - Ask For Help => Topic started by: MikeR on October 14, 2019, 04:26:49 AM
		
			
			- 
				Im using redactor as an html editor. 
The user can set up emai body with pictures and html formatting. 
I safe the html in a table. 
If I come back to the record the data shows pictures and all.
However if I send the email out 
I dont receive the picture in the body 
If I look at the source
it shows as a cid:  ??? 
something like this 
<figure>
<html>
<body>
<img src="cid:lexcorp3.gif"></figure>
but the picture doesn't display 
			 
			
			- 
				IIRC you need to call EmbedImages(). There was a change at some point so it does get called automatically (under certain circumstances?) but I don't recall the details. But look in the generated code and make sure that function is being called - one way or another.
Peter
			 
			
			- 
				What NetTalk build are you using Mike?
cheers
Bruce
			 
			
			- 
				11.19 Bruce