Im looking to create a Java based automatic email service for a group I’m a part of. All the peoples details are currently stored on an excel spreadsheet, and the most important part of that information is their license renew date.
So – if someones license expires next week, the program should automatically send them an email notifying them of when it expires and what to do next.
I take it it would be best to export the database to the Java equivalent or does it matter?
Any tips on how to start would be great.
Thanks
You can Process Excel spreadsheet using either
Apache POI http://poi.apache.org/ or Jexcel
then use Javamail http://www.oracle.com/technetwork/java/javamail/index.html
for sending mail