Type | Changes | By |
---|
| Providing SendDeliveryStatus to keep track of the email delivery status, i.e.
to whom the email was NOT send | sgoeschl |
| Removed commons-lang dependency | sgoeschl |
| Using official commons-email-1.0 release which now contains
the patch required to work with this service | sgoeschl |
| Added support for creating SMTP session without relying on
commons-email. | sgoeschl |
| Providing a send() using an explicit list of recipients. This is
a mandatory functionality for our SMTP gateway. | sgoeschl |
| Adding connection timeouts supported by javamail-1.3.3 but stick
to javamail-1.3.2 for the time being | sgoeschl |