Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
Send email using java

Need to send e-mails to users.. must have the capability of typing in email id or search using contacts.. sending normal emails by filling up recepient id would also do.. need the jsp codes and library file if used..

share|improve this question
Use the JavaMail API. A good link is at tutorialspoint.com/java/java_sending_email.htm – Chetter Hummin Apr 4 '12 at 4:16
Thnx for the tip....solved the problem. – Ravi Ojha Apr 4 '12 at 7:32
You're welcome! – Chetter Hummin Apr 4 '12 at 8:18

marked as duplicate by Harry Joy, CoolBeans, Michael Petrotta, Greg Hewgill, Mitch Wheat Apr 4 '12 at 4:42

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

There's a whole API for that, take a look at the documentation for JavaMail.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.