Jump to content
bazzer747

Embed Signature Resource in email

Recommended Posts

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 by bazzer747

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×