Example #1
0
  public MailBodyUI() {
    String fileName = StringUtilities.getConfigPath() + File.separator + "mailsetting.properties";
    File file = new File(fileName);
    this.mailProps = new LoadProperties(file).readProperties();

    String templatePath = StringUtilities.getConfigPath() + File.separator + "emailTemplates";
    this.theme = new Theme(templatePath, "");
  }