How To Send thousands of javaMails simultaneously ?

Posted by ylazez on Stack Overflow See other posts from Stack Overflow or by ylazez
Published on 2010-06-12T20:35:35Z Indexed on 2010/06/12 20:43 UTC
Read the original article Hit count: 156

Filed under:

greetings all i am building a web app(smth like a forums) that will need to send thousands of emails simultaneously i think that it would be such a big load on the app to handle sending the emails, so i want to use another service or framework to handle sending the emails in asynchronous way so that there will be no load on the app, maybe JMS , i don't know, please suggest me a good solution.

© Stack Overflow or respective owner

Related posts about javamail