1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00

Update app-02-email.patch

This commit is contained in:
Limezy 2022-09-05 20:56:52 +07:00
parent c9095e1381
commit 1b191bfc70

View file

@ -1,13 +1,11 @@
diff --git a/server/emails/mailer.tsx b/server/emails/mailer.tsx diff --git a/server/emails/mailer.tsx b/server/emails/mailer.tsx
index 669d0038..b5ece163 100644 index 669d0038..524b74a8 100644
--- a/server/emails/mailer.tsx --- a/server/emails/mailer.tsx
+++ b/server/emails/mailer.tsx +++ b/server/emails/mailer.tsx
@@ -117,7 +117,8 @@ export class Mailer { @@ -118,6 +118,7 @@ export class Mailer {
? {
ciphers: env.SMTP_TLS_CIPHERS, ciphers: env.SMTP_TLS_CIPHERS,
} }
- : undefined : undefined
+ : undefined,
+ ignoreTLS:true + ignoreTLS:true
: { : {
rejectUnauthorized: false, rejectUnauthorized: false,