mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-11 18:38:15 +00:00
allow setting tks.rejectUnauthorized for Nodemailer in config closes #264
This commit is contained in:
@@ -160,6 +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(),
|
||||
no_reply: z.string().email().optional()
|
||||
})
|
||||
.optional(),
|
||||
|
||||
Reference in New Issue
Block a user