This commit is contained in:
miloschwartz 2025-03-02 23:24:21 -05:00
parent 430afe3f93
commit a456a37b2f
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -160,7 +160,7 @@ const configSchema = z.object({
smtp_user: z.string().optional(),
smtp_pass: z.string().optional(),
smtp_secure: z.boolean().optional(),
smtp_tls_reject_unathorized: z.boolean().optional(),
smtp_tls_reject_unauthorized: z.boolean().optional(),
no_reply: z.string().email().optional()
})
.optional(),