Search code examples
htmlemailhrefmailto

Pre-populate email with an image


I have successfully pre-poulated an email with a subject and body in plain text like so:

<a href="mailto:[email protected]?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.


Solution

  • Source: MailTo with HTML body

    No. This is not possible at all.

    Credit: Quentin