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

11 lines
308 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-11-12 17:21:10 +01:00
index 669d00388..ccc5c047f 100644
2022-04-16 08:51:59 +02:00
--- a/server/emails/mailer.tsx
+++ b/server/emails/mailer.tsx
2022-09-05 17:03:32 +02:00
@@ -121,6 +121,7 @@ export class Mailer {
2022-09-05 05:59:04 +02:00
: {
rejectUnauthorized: false,
2022-09-05 17:03:32 +02:00
},
+ ignoreTLS:true
};
}