mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 22:49:27 +02:00
allow setting tks.rejectUnauthorized for Nodemailer in config closes #264
This commit is contained in:
parent
30305db56e
commit
00db9e63fb
2 changed files with 12 additions and 2 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue