How to send emails in java

Go To StackoverFlow.com

-4

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..

2012-04-04 04:13
by Ravi Ojha
Use the JavaMail API. A good link is at http://www.tutorialspoint.com/java/javasendingemail.ht - Chetter Hummin 2012-04-04 04:16
Thnx for the tip....solved the problem - Ravi Ojha 2012-04-04 07:32
You're welcome - Chetter Hummin 2012-04-04 08:18


0

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

2012-04-04 04:17
by Óscar López
Ads