Email link and image link in email possible?

Can I make a text string clickable in an html email body? And an image file somehow?

You would have to write the appropriate HTML in your code. 

local HTMLbody = [[<p>Thank you for playing our game!</p>

<p><a href=“https://somewebsite.com/some/url/to/go/to.html”>Click here</a> to learn more about our game!</p>

<p>Thanks!</p>]]

Rob

Thank you for your fast help Rob! Much appreciated!

You would have to write the appropriate HTML in your code. 

local HTMLbody = [[<p>Thank you for playing our game!</p>

<p><a href=“https://somewebsite.com/some/url/to/go/to.html”>Click here</a> to learn more about our game!</p>

<p>Thanks!</p>]]

Rob

Thank you for your fast help Rob! Much appreciated!