Is it possible to add an HTML link in the body of a MAILTO link
Posted
by StubbornMule
on Stack Overflow
See other posts from Stack Overflow
or by StubbornMule
Published on 2008-10-29T15:27:58Z
Indexed on
2010/04/11
5:23 UTC
Read the original article
Hit count: 420
I have not had to mess with mailto links much. However I now need to add a link in the body of a mailto if it is possible.
Is there a way to add a link or to change the email opened to an html email vs a text email?
Something like:
<a href="mailto:[email protected]?body=The message's first paragraph.%0A%0aSecond paragraph.%0A%0AThird Paragraph.%0A%0ALink goes here">Link text goes here</a>
© Stack Overflow or respective owner