Hi
I developed an application to send html emails using
Java Mail Package. In that application I am storing all my email addresses in a database. So application reads each email address from data base and sends mail to that address. Application is working good.
But application is taking nearly 30 seconds to send mail to each recipient. Can any body tell me how can I improve speed.
Thanks