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