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
2022-05-24 01:40:33 +07:00

12 lines
No EOL
316 B
Diff

diff --git a/server/emails/mailer.tsx b/server/emails/mailer.tsx
index b13e29dd..bac5fc41 100644
--- a/server/emails/mailer.tsx
+++ b/server/emails/mailer.tsx
@@ -107,6 +107,7 @@ export class Mailer {
ciphers: env.SMTP_TLS_CIPHERS,
}
: undefined,
+ ignoreTLS:true
};
}