private static final String MAIL_INVITATION_CONFIRMATION = "invitation_confirmation";
private static final String MAIL_ENTERPRISE_LICENSE_INFO = "enterprise_license_info";
public MailFactory(TemplateEngine te) {
_templateEngine = te;
LocaleProvider lp = LocaleProvider.WOJ_LOCALE_PROVIDER;
_bundle = MultiResourceBundle.bundle("org.jayasoft.woj.portal.business.services.mail.MailTemplates", lp.getLocale());
((MultiResourceBundle)_bundle).setLocaleProvider(lp);
// Properties usedTemplates = new Properties();
// try {
// TemplateFactory tf = _templateEngine.getFactory();