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

12 lines
375 B
Diff
Raw Normal View History

2022-04-16 08:51:59 +02:00
diff --git a/server/emails/mailer.tsx b/server/emails/mailer.tsx
2022-09-05 15:56:52 +02:00
index 669d0038..524b74a8 100644
2022-04-16 08:51:59 +02:00
--- a/server/emails/mailer.tsx
+++ b/server/emails/mailer.tsx
2022-09-05 15:56:52 +02:00
@@ -118,6 +118,7 @@ export class Mailer {
2022-09-05 05:59:04 +02:00
ciphers: env.SMTP_TLS_CIPHERS,
}
2022-09-05 15:56:52 +02:00
: undefined
2022-09-05 06:43:45 +02:00
+ ignoreTLS:true
2022-09-05 05:59:04 +02:00
: {
rejectUnauthorized: false,
},