JavaMail Presentation

by Dan Lackey

Javamail is a fun and easy to use addition to your Java toolset. If you are using J2EE the jar files are included in your download already. If you are using jsdk just download the javamail jar files and the JavaBeans Activation Framework extension also known as JAF(javax.activation).

 

The first two links here are excellent tutorials. Go to each link print out the instructions. We used Loton’s examples and were able to start sending emails in about 10 or 15 minutes.

Long and detailed how to. 15 pages. Very nice.

Tony Loton’s quickstart guide. Example driven, nice. Has an interesting talking email jar file.

The sun API page.

Jguru FAQ page. Has some interesting questions and answers.

Jguru forum home page.

An amusing article written in 1998 when javamail was just coming out.

Encrypt your emails.

JavaMail Service Providers product group includes a set of additional providers for use with JavaMailtm API in any JavaMail-enabled application. JavaMail Service Providers add new functionality to your JavaMail-enabled applications without writing additional code. Easy installation and JavaMail API compliance allows you to start using them in minutes.

Using jsp with javamail.