Is it possible to send a reminder using java mail like outlook?.
I just want to send a mail to user and after about one week if the user is not reacted to that than the reminder has to be send after a week or so.
How to do this in java mail or is there any other way or mechanism to do the same?
You should use a scheduler to trigger the event for a mail send.
Have a look at quartz its a good scheduler.