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
c9095e1381
commit
1b191bfc70
1 changed files with 3 additions and 5 deletions
|
@ -1,13 +1,11 @@
|
|||
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
|
||||
+++ b/server/emails/mailer.tsx
|
||||
@@ -117,7 +117,8 @@ export class Mailer {
|
||||
? {
|
||||
@@ -118,6 +118,7 @@ export class Mailer {
|
||||
ciphers: env.SMTP_TLS_CIPHERS,
|
||||
}
|
||||
- : undefined
|
||||
+ : undefined,
|
||||
: undefined
|
||||
+ ignoreTLS:true
|
||||
: {
|
||||
rejectUnauthorized: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue