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-02-20 01:18:59 +07:00

12 lines
348 B
Diff

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
};
if (process.env.SMTP_USERNAME) {