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, }