-1

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?

jcrshankar
  • 83
  • 2
  • 6

1 Answers1

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