I have successfully pre-poulated an email with a subject and body in plain text like so:
<a href="mailto:example@example.com?subject=test&body=message">Contact Us</a>
What I would like to do is have an image at the bottom of the email and was wondering if this was possible seeing as it's an encoded URL string.
I was thinking it might be possible encoding an <img>
tag but gathered it would just appear as plain text.
If it is possible, could someone point me in the right direction.