Package src.util
Class mail
java.lang.Object
src.util.mail
Mail API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidappointmentCancel(appointment appointment, user user) Send Cancel-Appointment Mailstatic voidappointmentCreated(appointment appointment, user user) Send Create-Appointment Mailstatic voidappointmentMove(appointment appointment, user user, LocalDateTime old) Send Move-Appointment Mailstatic voidappointmentReminder(appointment appointment, user user) Send Reminder Mail
-
Constructor Details
-
mail
public mail()
-
-
Method Details
-
appointmentReminder
Send Reminder Mail- Parameters:
appointment-user-
-
appointmentCancel
Send Cancel-Appointment Mail- Parameters:
appointment-user-
-
appointmentMove
Send Move-Appointment Mail- Parameters:
appointment-user-old- old Date and Time
-
appointmentCreated
Send Create-Appointment Mail- Parameters:
appointment-user-
-