Hello all, I am using Model 2 (Serlvet + Beans + JSP) for a development of one of our projects. Now in the application I have to send emails to the users. And the emails are in html format and by attachement. THere is no problem in sending out email, however I would like to know whether I can put all the emails format in jsp files as if it is serving the web server, and then by some method I 'call' the jsp file, with all the output the same as when serving a web page, and then get the output and then send out? Of course I want the jsp 'call' is under the same context of the 'calling' servlet. Is it possible? As the email templates are edited by our designer rather than programmer, and the designers are used to the format of jsp. So jsp is the best choice for us. Thank you in advance. Stephen Wong =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
