JSP Insider 5: Using JSP with JavaMail
It's hard to imagine life without Email. This month we learn that with a little JSP knowledge, you can build your own mail utility faster than you can say,
JSP AND JAVAMAIL
Interested in learning the JavaMail API and implementing it with JavaServer Pages? Well you have come to the right place. This tutorial covers the basics of the JavaMail API and demonstrates them with JSP. Ultimately this tutorial leads in to building and using a generic JSP tag library for the JavaMail API.
Sending E-Mails with JSP Pages
In this article we will learn how to send simple text emails using JSP pages. Since it is not a good habit to put Java code in JSP pages, we will create a JavaBean to do that.