I am working on Java Mail API and i need to develop a general mail module which should be capable of sending various types of mail.. like
- OrderConfirmation
- SomePromotion related Mails
- Some other general alerts mail
- all with or without attachments and yes with lots of contents like images flash etc..
we also need to develop a functionality so that can send newsletters/alerts to bulk users though my module is working fine,but my query is what is the best way to send and handle such bulk mail system since depending upon third party solutions never gives so much flexibility.
Thanks in advance