Package src.util

Class mailHTML

java.lang.Object
src.util.mailHTML

public class mailHTML extends Object
HTML-Generator for the Mail Class HTML code for the body of the mail was generated on https://unlayer.com/ for the purpose of layout and format only
  • Constructor Details

    • mailHTML

      public mailHTML()
  • Method Details

    • setMailBodyReminder

      public static String setMailBodyReminder(appointment appointment, user user)
      Generate Reminder-Mail
      Parameters:
      appointment -
      user -
      Returns:
      HTML-Code
    • setMailBodyCancel

      public static String setMailBodyCancel(appointment appointment, user user)
      Generate Cancel-Mail
      Parameters:
      appointment -
      user -
      Returns:
      HTML-Code
    • setMailBodyMove

      public static String setMailBodyMove(appointment appointment, user user, LocalDateTime old)
      Generate Move-Appointment-Mail
      Parameters:
      appointment -
      user -
      old - old Date and Time
      Returns:
      HTML-Code
    • setMailBodyCreated

      public static String setMailBodyCreated(appointment appointment, user user)
      Generate Create-Appointment-Mail
      Parameters:
      appointment -
      user -
      Returns:
      HTML-Code