mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-24 04:34:55 +02:00
allow setting tks.rejectUnauthorized for Nodemailer in config closes #264
This commit is contained in:
parent
adef93623d
commit
59eedce664
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