mailto link with HTML body

I have a couple of mailto links in a HTML document.

<a href="https://stackoverflow.com/questions/5620324/mailto:etc...">

Can I insert HTML formatted body in the mailto: part of the href?

<a href="https://stackoverflow.com/questions/5620324/mailto:[email protected]?subject=Me&body=<b>ME</b>">Mail me</a>

Note that (2016) in iOS, it is perfectly fine to add <i> and <b> tags for simple italic, bold formatting.

9 Answers
9

Leave a Comment