|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
Simple Java MailSimple Java Mail aims to be the simplest to use lightweight mailing framework for Java, while being able to send complex emails including attachments and embedded images. Just send your emails without dealing with RFC's. The Simple Java Mail framework essentially is a wrapper around the JavaMail smtp mailing API that allows users to define emails on a high abstraction level without having to deal with mumbo jumbo such a 'multipart' and 'mimemessage'. Simple Java Mail one-page manualLatest ProgressSimple Java Mail is now available in Maven Central! <dependency>
<groupId>org.codemonkey.simplejavamail</groupId>
<artifactId>simple-java-mail</artifactId>
<version>2.0</version>
</dependency>v2.0 - added support for adding open headers, such as 'X-Priority: 2' v1.9.1 - updated for Maven support v1.9
v1.8
v1.7 Added support for SSL! (tested with gmail)
known possible issue: SSL self-signed certificates might not work (yet). Please let me know by e-mail or create a new issue v1.6 Completed migration to Java Simple Mail project.
|