Special delivery!
Bulk e-mailing with DB2, Java, JDBC, and the JavaMail API
IBM developerWorks,
2002-02-01
Language:
English
Abstract
This article explains how to build a small yet powerful Java application that acts as a bulk e-mailer, and includes a complete example of using the JavaMail API. By using Java Database Connectivity (JDBC) to pull a set of e-mail addresses from DB2 into a Java program, you can e-mail messages to a target audience using the JavaMail API. The progress of the e-mailing endeavor is tracked by tapping into some of the offerings of Java Swing.
