I am writing a JAVA program for a fictional dentist company. The program needs to send an email reminder mail 48 hours before the actual appointment with an email template that can be edited in the program.
Im stuck with how to send an email reminder 48 hours before the appointment. The appointments are stored in the database and de column is a date type.