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:
parent
9eeb9cce52
commit
cfda0f90ef
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
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..0b31e7f1 100644
|
index 669d0038..b5ece163 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 {
|
@@ -117,7 +117,8 @@ export class Mailer {
|
||||||
|
@ -8,7 +8,7 @@ index 669d0038..0b31e7f1 100644
|
||||||
}
|
}
|
||||||
- : undefined
|
- : undefined
|
||||||
+ : undefined,
|
+ : undefined,
|
||||||
+ ignoreTLS:true,
|
+ ignoreTLS:true
|
||||||
: {
|
: {
|
||||||
rejectUnauthorized: false,
|
rejectUnauthorized: false,
|
||||||
},
|
},
|
Loading…
Add table
Reference in a new issue