oof fixed certs
All checks were successful
Build and Deploy / build-and-push (push) Successful in 2m37s

This commit is contained in:
2025-12-18 14:08:08 -07:00
parent 7517833c93
commit d3a85945ed

View File

@@ -42,6 +42,9 @@ const sendEmailViaSMTP = async ({
user: smtpUser,
pass: smtpPassword,
},
tls: {
rejectUnauthorized: false,
},
});
try {