mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
14 lines
No EOL
414 B
Diff
14 lines
No EOL
414 B
Diff
diff --git a/server/emails/mailer.tsx b/server/emails/mailer.tsx
|
|
index 669d0038..b5ece163 100644
|
|
--- a/server/emails/mailer.tsx
|
|
+++ b/server/emails/mailer.tsx
|
|
@@ -117,7 +117,8 @@ export class Mailer {
|
|
? {
|
|
ciphers: env.SMTP_TLS_CIPHERS,
|
|
}
|
|
- : undefined
|
|
+ : undefined,
|
|
+ ignoreTLS:true
|
|
: {
|
|
rejectUnauthorized: false,
|
|
},
|