SMTPHandler is a handler for the java.util.logging library. The handler sends LogRecord's via email using the Simple Mail Transfer Protocol.
This project is discussed in "Reporting Application Errors by Email"
The SMTPHandler code is derived from log4j's SMTPAppender.