Re: tomcat supports javamail api
Posted By:
Christopher_Koenigsberg
Posted On:
Wednesday, October 6, 2004 04:31 PM
If you drop in the right JAR files in the WEB-INF/lib of your web application WAR, and if you configure things right for a reachable smtp provider host that will accept connections from the host running Tomcat, then yes you can use the JavaMail API, from code running in a servlet on that Tomcat instance, if that is what you mean?