You need to add two jars into the WEB-INF/lib directory or your webapp (or lib directory of the server):
- mail.jar – contains the actual smtp implmentation
- activation.jar – needed by mail.jar
You need to add two jars into the WEB-INF/lib directory or your webapp (or lib directory of the server):