JavaMail
By uramit2003
@uramit2003 (898)
India
March 14, 2007 10:00am CST
Hi friends m doing a project now in which me n my frends have to design an intranet.In this task I have to design one MailApi using java.I have a booknamed Professional Java Server Programming but its complicated.Can anyone of u please help me with any suggestion, how to read or any link to any site of tutorials.Please helpme out
2 responses
@uramit2003 (898)
• India
12 Apr 07
thanks for the response..glad to know abt the site and i will look for it sure
@interarete (108)
• Italy
14 Mar 07
Hello,
if you have to send and receive e-mails from a Java program, you can use the standard JavaMail API. A very good tutorial about it is: http://java.sun.com/developer/onlineTraining/JavaMail/contents.html
It explains the main related protocols, and the usage of the JavaMail API.
Hope it will be useful,
bye.