Description: JavaMail is a simple way to send email from your Java applications. All you need is the mail.jar (JavaMail) and jaf.jar (JavaBeans Activation Framework) files in your classpath (and access to a mail server). Javamail is especially useful because it is protocol independant. This tutorial is a basic introduction to JavaMail. The method below is all it takes to send email with JavaMail.