iotsensor fixed but session valid broken

This commit is contained in:
newtbot
2024-01-25 03:26:56 +08:00
parent 7403f66c8a
commit 057fbe2afb
19 changed files with 173 additions and 237 deletions

View File

@ -9,8 +9,8 @@ let transporter = nodemailer.createTransport({
port: 587,
secure: false,
auth: {
user:
pass:
user: process.env.euser,
pass: process.env.epass
},
});
module.exports = { transporter };