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.
This class is used to send multi-part internet email like
messages with attachments.
To create a multi-part email, call the default constructor and
then you can call setMsg() to set the message and call the
different attach() methods.
since: 1.0 author: Quinton McCombs author: Jon S.
This class is used to send simple internet email messages without
attachments.
since: 1.0 author: Quinton McCombs author: Colin Chalmers author: Jon S.