Fix issue with sending mails
Jenkins Production Deployment

This commit is contained in:
2023-12-30 23:11:50 +01:00
parent a79e2186a2
commit 59fee19a76
+2 -1
View File
@@ -9,7 +9,8 @@ export namespace MailService {
auth: {
user: process.env.EMAIL_USERNAME,
pass: process.env.EMAIL_PASSWORD
}
},
tls: {rejectUnauthorized: false}
});
const mailConfigurations = {