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-01-email.patch
2021-11-12 22:23:02 +07:00

14 lines
No EOL
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