i want to develop a tool in java for Reminder by Email? is there is any way to implement the same in java? please give some sample example or link?
Asked
Active
Viewed 979 times
-1
-
1Do you mean "Reminder email?" – StriplingWarrior Jun 09 '11 at 15:52
-
Can you give more details. What specific problems are you having? – Dave Jun 09 '11 at 15:53
-
i need some sample code for email by java code? – jcrshankar Jun 09 '11 at 15:55
-
2Check out example in http://stackoverflow.com/questions/46663/how-do-you-send-email-from-a-java-app-using-gmail. Try to use the search function of this site, or even a web search engine before you put up your question. – Marcelo Jun 09 '11 at 16:21
1 Answers
0
Check out the JavaMail API:
http://www.oracle.com/technetwork/java/javamail/index.html
Training and example code:
http://java.sun.com/developer/onlineTraining/JavaMail/contents.html

Dave
- 1,303
- 7
- 19