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-01-email.patch

12 lines
309 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
2023-09-29 07:01:51 +02:00
index 4d4f6f09c..f457025d5 100644
2022-04-16 08:51:59 +02:00
--- a/server/emails/mailer.tsx
+++ b/server/emails/mailer.tsx
2023-09-29 07:01:51 +02:00
@@ -208,6 +208,7 @@ export class Mailer {
2022-09-05 05:59:04 +02:00
: {
rejectUnauthorized: false,
2022-09-05 17:03:32 +02:00
},
+ ignoreTLS:true
};
2022-11-12 18:04:51 +01:00
}