1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Update app-02-email.patch

This commit is contained in:
Limezy 2022-09-05 22:03:32 +07:00
parent 1b191bfc70
commit 03b5cdf0a7

View file

@ -1,12 +1,11 @@
diff --git a/server/emails/mailer.tsx b/server/emails/mailer.tsx
index 669d0038..524b74a8 100644
index 669d0038..ccc5c047 100644
--- a/server/emails/mailer.tsx
+++ b/server/emails/mailer.tsx
@@ -118,6 +118,7 @@ export class Mailer {
ciphers: env.SMTP_TLS_CIPHERS,
}
: undefined
+ ignoreTLS:true
@@ -121,6 +121,7 @@ export class Mailer {
: {
rejectUnauthorized: false,
},
},
+ ignoreTLS:true
};
}