bazzer747 25 Posted December 13, 2021 (edited) Hi, I create emails in HTML using the following code to display a signature in the message: cMsg:= cMsg + ' <img src="BarrysSignature.jpg" '> Which means I need to have the jpg available in the current directory (and distribute it with the executable). I also use these same signature jpgs elsewhere in my program as I've loaded them as resources. What would be better is if I used the resource for the signature in the email, rather than the external jpg picture. I've tried a few ways of doing this but can't get it working. Any thoughts, please? Edited December 13, 2021 by bazzer747 Share this post Link to post
Remy Lebeau 1398 Posted December 20, 2021 Addressed in this discussion thread. Share this post Link to post