JavaMail

JavaMail - Mail API using java
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
@julie111 (44)
12 Apr 07
Check out this link too. www.javaworld.com/jw-10-2001/jw-1026-javamail.html All the best
1 person likes this
• India
12 Apr 07
thanks for the response..glad to know abt the site and i will look for it sure
• 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.
1 person likes this