fix(notifications): sending test-notifications for email now respects the allowSelfSigned value (#4112)

This commit is contained in:
vfaergestad
2025-04-17 16:53:25 +02:00
committed by GitHub
parent 9275a097f7
commit 60a18309e2

View File

@@ -204,6 +204,7 @@ const NotificationsEmail = () => {
requireTls: values.encryption === 'opportunistic',
authUser: values.authUser,
authPass: values.authPass,
allowSelfSigned: values.allowSelfSigned,
senderName: values.senderName,
pgpPrivateKey: values.pgpPrivateKey,
pgpPassword: values.pgpPassword,