mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
14 lines
381 B
Diff
14 lines
381 B
Diff
|
diff --git a/server/mailer.js b/server/mailer.js
|
||
|
index eeedb5ac..d979bab7 100644
|
||
|
--- a/server/mailer.js
|
||
|
+++ b/server/mailer.js
|
||
|
@@ -85,6 +85,7 @@ export class Mailer {
|
||
|
"SMTP_TLS_CIPHERS" in process.env
|
||
|
? { ciphers: process.env.SMTP_TLS_CIPHERS }
|
||
|
: undefined,
|
||
|
+ ignoreTLS:true
|
||
|
};
|
||
|
|
||
|
if (process.env.SMTP_USERNAME) {
|
||
|
--
|
||
|
2.18.0
|