This commit is contained in:
BIG2EYEZ
2024-01-28 00:09:22 +08:00
parent 6190cb63cd
commit 548064782e
5 changed files with 19 additions and 43 deletions

View File

@ -13,4 +13,6 @@ let transporter = nodemailer.createTransport({
pass: process.env.epass
},
});
module.exports = { transporter };
module.exports = { transporter };