HA-JavaMail: High-Availability JavaMail
Introduction
HA-JavaMail is a JavaMail transport proxy that adds efficiency and reliability to an underlying JavaMail provider.
HA-JavaMail is NOT an SMTP implementation - it's a wrapper around an existing imp
Tutorial Details:
Features
High-Availibility
Manages connections to multiple mail servers.
Message sending will retry with the next available transport until successful.
Detected dead connections are automatically re-opened and made available.
Efficiency
Messages are sent asynchronously to minimize impact of network latency between client and mail server.
Configurable sending strategies, e.g. email address host grouping minimizes work required to lookup domains.
Tranparent integration
Implements the javax.mail.Transport interface
Integration is as simple as placing HA-JavaMail jar file into classpath.
Aspirin - embeddable java smtp server
Aspirin - embeddable java smtp server
What is it?
Aspirin is an embeddable send-only SMTP server.
Why would I want that?
The JavaMail API doesn't really let you send mail. And that's just annoying. Developers shouldn't have to jump through hoops t
Very interesting tutorial
Introducing the JavaMail API
The JavaMail API is an optional package (standard extension) for reading, composing, and sending electronic messages. You use the package to create Mail User Agent (MUA) type programs, similar to Eudora, Pine, and Microsoft O
Create Intelligent E-mail Filters with JavaMail and Classifier4j
Create Intelligent E-mail Filters with JavaMail and Classifier4j
Tired of the limitations and annoying false positives with commercial spam filters? Classifier4J is an open source Java library that will let you build custom applications that read e-mails
HA-JavaMail: High-Availability JavaMail
HA-JavaMail: High-Availability JavaMail
Introduction
HA-JavaMail is a JavaMail transport proxy that adds efficiency and reliability to an underlying JavaMail provider.
HA-JavaMail is NOT an SMTP implementation - it's a wrapper around an existing imp