Introduction

Jamaila is a small java mailer which wraps around sun's javamail api.

There are some drawbacks of sun's javamail api:

  • It does not provide an easy to use facade for the user
  • Establishing a connection to a mail host may take a lot of time.

    This is not really the fault of sun's api, but one has to write again and again mail services using threads to keep away this drawback from application using javamail.

So the goal of jamaila is to provide a small api which is very easy to use and performs well.