Chapter 35: Creating JavaMail

EAServer supports version 1.1 of the JavaMail API. JavaMail allows you to send electronic mail from Java servlets, Java components, or standalone Java applications. The JavaMail API provides a standard Java interface to the most widely-used Internet mail protocols.

NoteJavaMail requires JDK 1.2 or later You must run EAServer with JDK 1.2 or later to use JavaMail in components, servlets, or JSPs. Java applications using JavaMail must be run with JDK (or JRE) 1.2 or later.