how to auto email the generated jsp output page

hi,guys i know how to mail and all that stuff.My present situation is to mail the jsp output page(that is the last page in my application)so thanks in advance.
[187 byte] By [stalin_111521a] at [2007-11-27 9:12:37]
# 1
If you could capture the html output of the page, I assume you could figureout how to mail it. So the problem is capturing the output. That's probablya question for the servlet/JSP forum.
bshannona at 2007-7-12 21:59:19 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Hi,You can store the mails received in a file and then you can use this to show your mails into jsp. You can go through how outlook express is storing the mail.with regards,Subramanya
Subramanyaa at 2007-7-12 21:59:19 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...