SMTP Client

sendmail/7 is an implementation of an SMTP client for integration into larger systems.

The predicates sends an email message to given To, CC, Bcc addresses.

In production you typically use the program in a servlet based corporate web service or application.

This example shows how to use existing Java libraries to build a very easy-to-use dedicated service component.

In this directory you find:

sendmail.min - MINERVA source code for sendmail/7

myMimeMessage.java - Java source code for the glue layer to the underlying Java mail services.

Compile.sh - a compile script example. The comments also shows the initial development phase.

mail.jar and activation.jar - these files are available in your Java 1.4 and servlet Web server distributions. The file names are shown here for completeness only and are not part of the MINERVA distribution.


Darueber read on...