You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Sending E-Mails with JSP Pages Java / JSP and Servlets
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.