Files
supabase/studio/components/interfaces/Auth/SmtpForm/SmtpForm.constants.ts
2022-07-15 10:56:28 +08:00

10 lines
203 B
TypeScript

export const defaultDisabledSmtpFormValues = {
SMTP_ADMIN_EMAIL: null,
SMTP_SENDER_NAME: null,
SMTP_USER: null,
SMTP_HOST: null,
SMTP_PASS: null,
SMTP_PORT: null,
SMTP_MAX_FREQUENCY: 60,
}