Reminder Email in java?
i want to develop a tool in java for Reminder by Email? is there is any way to implement the same in 开发者_JAVA技巧java? please give some sample example or link?
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
精彩评论