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
318 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-07-21 16:34:47 +02:00
index f366391a9..2df962fbc 100644
2022-04-16 08:51:59 +02:00
--- a/server/emails/mailer.tsx
+++ b/server/emails/mailer.tsx
2022-07-21 16:34:47 +02:00
@@ -108,6 +108,7 @@ export class Mailer {
2022-05-23 20:40:33 +02:00
ciphers: env.SMTP_TLS_CIPHERS,
}
: undefined,
+ ignoreTLS:true
2022-04-16 08:51:59 +02:00
};
}