SmtpForm.constants.ts 203 B

123456789
  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. }