Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
jakarta-commons-email: Jakarta Commons Email Package
- Summary
- Commons-Email aims to provide a API for sending email. It
is built on top of the Java Mail API, which it aims to
simplify.
Some of the mail classes that are provided are as follows:
SimpleEmail - This class is used to send basic text based
emails.
MultiPartEmail - This class is used to send multipart messages.
This allows a text message with attachments
either inline or attached.
HtmlEmail - This class is used to send HTML formatted
emails. It has all of the capabilities as
MultiPartEmail allowing attachments to be
easily added. It also supports embedded images.
EmailAttachment - This is a simple container class to allow
for easy handling of attachments. It is for
se with instances of MultiPartEmail and HtmlEmail.
Changelog
- * Thu Aug 30 12:00:00 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.0-2jpp
-
- Fix runtime Requires
- * Thu Aug 30 12:00:00 2007 Ralph Apel <r.apel at r-apel.de> - 0:1.0-1jpp
-
- First release