mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
12 lines
348 B
Diff
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) {
|