Im using a mailto link that puts some text into the email's body:
<a href="mailto:?Subject=my-subject&Body=Lots-of-text-here">Email</a>
How can I put a working link within the text? If I make a normal link then its printed as plain text (as if you were looking at a text editor).