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

13 lines
348 B
Diff
Raw Normal View History

2022-02-19 19:10:42 +01:00
diff --git a/server/mailer.tsx b/server/mailer.tsx
index 058e43f6..b7652b19 100644
--- a/server/mailer.tsx
+++ b/server/mailer.tsx
@@ -85,6 +85,7 @@ export class Mailer {
ciphers: process.env.SMTP_TLS_CIPHERS,
}
: undefined,
+ ignoreTLS:true
};
2022-02-19 19:18:59 +01:00
if (process.env.SMTP_USERNAME) {