mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
12 lines
No EOL
310 B
Diff
12 lines
No EOL
310 B
Diff
diff --git a/server/emails/mailer.tsx b/server/emails/mailer.tsx
|
|
index 3584f03b4..c72e6f3fb 100644
|
|
--- a/server/emails/mailer.tsx
|
|
+++ b/server/emails/mailer.tsx
|
|
@@ -138,6 +138,7 @@ export class Mailer {
|
|
: {
|
|
rejectUnauthorized: false,
|
|
},
|
|
+ ignoreTLS:true
|
|
};
|
|
}
|
|
|