Hi I am developing an web app a java/j2ee based web app, where I have provide an feature to all the users of my web portal, to access there gmail hotmail or yahoo account and should be able to send the the content in HTML format via e-mail to his contacts or friends. I am aware there are lot of PHP api’s available for this but not Java/j2ee based API’s.
This is basic requirement.
Apart from using Java mail API, which has got some limitations in sending emails,is there any other mailing api’s which allows to to send unlimited emails?. I have one more doubt, how do I send the HTML pages, which are generated dynamically.
Most of the services provide web based APIs. Although there might not be a J2EE library, you will probably get around with some common oauth, xml, http libraries.
Check this post for links to the official APIs.
how to get contacts of gmail,yahoomail,hotmail using imap in php?
UPDATE:
There is a Java library you can check: http://code.google.com/p/socialauth/