javamail « Tomcat « JSP-Servlet Q&A





1. Cannot compile JSP file with JavaMail API    stackoverflow.com

I am struggling to find a code that works in sending emails using JSP. I have an html form to gather the text body of the message, and then code shoudl have ...

2. sending mail from apache tomcat    stackoverflow.com

I am working on a web project using Tomcat 6 as my webserver and JSP as frontend. I want to send a mail from the web server to an email account. ...