Tell me, are there any utilities for Java EE to send emails? Saw standard java vskie but they are outdated. Found a piece of Apache error gives:
HTTP Status 500 - Servlet execution threw an exception
type Exception report
message servlet execution threw an exception
Description The server encountered an internal error that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: Servlet execution threw an exception
org.apache.tomcat.websocket.server.WsFilter.doFilter (WsFilter.java:52)
root cause
java.lang.NoClassDefFoundError: javax / mail / internet / AddressException
de.sniff.Sniff.SendEmail (Sniff.java.7343)
de.sniff.Controller.doPost (Controller.java:23)
javax.servlet.http.HttpServlet.service (HttpServlet.java:648)
javax.servlet.http.HttpServlet.service (HttpServlet.java:729)
org.apache.tomcat.websocket.server.WsFilter.doFilter (WsFilter.java:52)
root cause
java.lang.ClassNotFoundException: javax.mail.internet.AddressException
org.apache.catalina.loader.WebappClassLoaderBase.loadClass (WebappClassLoaderBase.java:1285)
org.apache.catalina.loader.WebappClassLoaderBase.loadClass (WebappClassLoaderBase.java:1119)
de.sniff.Sniff.SendEmail (Sniff.java.7343)
de.sniff.Controller.doPost (Controller.java:23)
javax.servlet.http.HttpServlet.service (HttpServlet.java:648)
javax.servlet.http.HttpServlet.service (HttpServlet.java:729)
org.apache.tomcat.websocket.server.WsFilter.doFilter (WsFilter.java:52)
The Apache Tomcat / 8.5.8 logs.
Apache Tomcat / 8.5.8
Why - I can not understand.
Whether prompt there are still any pribludy?