added secure console

This commit is contained in:
PxlLoewe
2025-07-08 16:42:42 -07:00
parent 3596ba1261
commit 4a0c59f346
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ const initTransporter = () => {
port: process.env.MAIL_PORT,
user: process.env.MAIL_USER,
password: process.env.MAIL_PASSWORD,
secure: process.env.MAIL_SECURE === "true",
});
transporter = nodemailer.createTransport({