I have to send a JSP page when the user clicks an email id on that
page.Using <a href="javascript:mailto..> option i can open the mail
client and even the subject line can be provided. But how do I send
the JSP page.
One option that I know of is to send the mail from server using
JavaMail, but how do I do it on the client machine. Any inputs would
be highly appreciated.