sending emails when new post to profiles

This commit is contained in:
Adolfo Reyna
2021-09-14 11:19:44 -07:00
parent f92aa70621
commit f2ebec71aa
6 changed files with 92 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongodb": "^3.6.3"
"mongodb": "^3.6.3",
"nodemailer": "^6.6.3"
}
}