SmtpForm.constants.ts9 lines · main
1export 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}