fix(smtp-notification-test): missing allowSelfSigned option in test function (#1461)

* fix(smtp-notification-test): missing allowSelfSigned option in test function

* fix: indent error
This commit is contained in:
0xsysr3ll
2025-03-13 12:52:30 +01:00
committed by GitHub
parent ebb7f00305
commit b8425d6388

View File

@@ -221,6 +221,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,