add nodemailer integration for loan email notifications and implement loan info retrieval

This commit is contained in:
2025-10-02 22:32:26 +02:00
parent 04453fd885
commit af7d15c97a
5 changed files with 184 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
"ejs": "^3.1.10",
"express": "^5.1.0",
"jose": "^6.0.12",
"mysql2": "^3.14.3"
"mysql2": "^3.14.3",
"nodemailer": "^7.0.6"
}
}