The Commons Email is built on top of the Java Mail API, which
basically simplifies the whole process of sending an email. With the
help of HTMLEmail class in commons you can send HTML formatted email. It
has all of the capabilities as MultiPartEmail allowing attachments to
be easily added and also supports embedded images. In this tutorial we
have created a contact US form in JSP so that we can check the
capabilities of this very userful API. To send an email we need a SMTP
server, from...