export declare enum ProductPropertyKeys { OrganizationName = "organization.name", ProductName = "product.name" } export declare enum EmailPropertyKeys { From = "email.from" } export declare enum RegistrationConfirmationPropertyKeys { EmailFrom = "registration.confirmation.email.from", EmailSubject = "registration.confirmation.email.subject", AccountConfirmationUrl = "registration.confirmation.confirm-url", AccountConfirmedRedirectionUrl = "registration.confirmation.success-url", AccountConfirmationFailedRedirectionUrl = "registration.confirmation.failure-url" } export declare enum ResetPasswordPropertiesKeys { AskUrl = "reset-password.ask.url", EmailFrom = "reset-password.ask.email.from", EmailSubject = "reset-password.ask.email.subject" } export declare enum MailjetPropertyKey { Enable = "mailjet.enable", Url = "mailjet.url", ApiKeyPublic = "mailjet.apikey-public", ApiKeyPrivate = "mailjet.apikey-private" } export declare enum SmtpPropertyKey { Enable = "smtp.enable", Host = "smtp.host", Port = "smtp.port", Username = "smtp.username", Password = "smtp.password", UseSsl = "smtp.ssl", StartTls = "smtp.starttls" }