Package org.apache.commons.mail
package org.apache.commons.mail
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.
All help is gratefully received.
-
ClassDescriptionDeprecated.Creates a
DataSource
based on an URL.This is a very simple authentication object that can be used for any transport needing basic userName and password type authentication.The base class for all email messages.This class models an email attachment.Constants used by Email classes.Exception thrown when a checked error occurs in commons-email.An HTML multipart email.Small wrapper class on top of HtmlEmail which encapsulates the required logic to retrieve images that are contained in "<img src=../>" elements in the HTML code.A multipart email.This class is used to send simple internet email messages without attachments.
ByteArrayDataSource
instead