mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Create app-01-email.patch
This commit is contained in:
parent
dd57832c61
commit
cc12078958
1 changed files with 14 additions and 0 deletions
14
sources/patches/app-01-email.patch
Normal file
14
sources/patches/app-01-email.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
|
Loading…
Reference in a new issue