change mailer slightly to make it a proxy

This commit is contained in:
2024-08-07 09:37:07 +03:00
parent 8424cda3bb
commit 19f649a0d1
3 changed files with 689 additions and 84 deletions

View File

@@ -1,10 +1,9 @@
{
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.3",
"express-rate-limit": "^7.2.0",
"express": "^4.19.2",
"express-rate-limit": "^7.4.0",
"helmet": "^7.1.0",
"morgan": "^1.10.0",
"nodemailer": "^6.9.12"
"nodemailer": "^6.9.14"
}
}