inserting image from URL
Posted: Mon Nov 24, 2014 12:47 pm
Hi,
In our app, people can send emails (we use html export for the email's body) and we allow them to create signatures with company logo, etc. However, the images get mixed up or lost. Different mail programs don't receive the same thing, it's a big mess.
We think a solution would be if we could insert an image from an URL, so, when the email is sent and the content converted, the image is actually an html tag, <img src="http://mysite/mylogo.jpg" otherattributes="...">
Is it possible? We are using TRichView, without the RichViewActions; also the HtmlViewer/Importer.
Thanks
In our app, people can send emails (we use html export for the email's body) and we allow them to create signatures with company logo, etc. However, the images get mixed up or lost. Different mail programs don't receive the same thing, it's a big mess.
We think a solution would be if we could insert an image from an URL, so, when the email is sent and the content converted, the image is actually an html tag, <img src="http://mysite/mylogo.jpg" otherattributes="...">
Is it possible? We are using TRichView, without the RichViewActions; also the HtmlViewer/Importer.
Thanks