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 11:43:45 +07:00
parent 9eeb9cce52
commit cfda0f90ef

View file

@ -1,5 +1,5 @@
diff --git a/server/emails/mailer.tsx b/server/emails/mailer.tsx
index 669d0038..0b31e7f1 100644
index 669d0038..b5ece163 100644
--- a/server/emails/mailer.tsx
+++ b/server/emails/mailer.tsx
@@ -117,7 +117,8 @@ export class Mailer {
@ -8,7 +8,7 @@ index 669d0038..0b31e7f1 100644
}
- : undefined
+ : undefined,
+ ignoreTLS:true,
+ ignoreTLS:true
: {
rejectUnauthorized: false,
},