diff --git a/sources/patches/app-02-email.patch b/sources/patches/app-02-email.patch index 1b0c67f..49a8e12 100644 --- a/sources/patches/app-02-email.patch +++ b/sources/patches/app-02-email.patch @@ -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,