How to email the page as attachment
Actually I have written two JSP pages.
First Page - Retrieving the Data from Database and finally makes the report. In that page i have a hyperlinkEmail, if i click that link then same page(First Page) has to be send as an attachment to the mail.
Second Page - Where It is sending the email. (Its working prefect - no problem here).
How can I do it.

