I have an attached tag on my web page, which is currently defined as:
<a href="mailto:someone@somewhere.com?subject=Welcome&body=Check this out, please click <a href='http://example.com'>here</a>">Send to a Friend</a>
As this link shows, I'm trying to send HTML code by email when the user clicks the link. However, when text is opened in the email editor, it appears as clear text. How can I get it in HTML format?
javascript html html-email mailto
user208662
source share