konnos
Dashboard
flndrn
Briven
apps
studio
components
interfaces
Auth
SmtpForm
SmtpForm.constants.ts
SmtpForm.constants.ts
9 lines ·
main
1
export const defaultDisabledSmtpFormValues = {
2
SMTP_ADMIN_EMAIL: null,
3
SMTP_SENDER_NAME: null,
4
SMTP_USER: null,
5
SMTP_HOST: null,
6
SMTP_PASS: null,
7
SMTP_PORT: null,
8
SMTP_MAX_FREQUENCY: 60,
9
}