mirror of
https://github.com/detleph/server.git
synced 2026-09-04 16:46:04 +02:00
Add mail functionality into the development branch (#12)
* Added basic code for sending emails + Added tests for emails + Modified README.md to reflect changes to .env file * [create-pull-request] push formatted files * Added dkim * Fixed mistake in docker-compose.yml Co-authored-by: Stefan <[email protected]>
This commit is contained in:
+10
-6
@@ -19,20 +19,24 @@
|
||||
},
|
||||
"homepage": "https://github.com/detleph/server#readme",
|
||||
"dependencies": {
|
||||
"@prisma/client": "^3.2.1",
|
||||
"@types/chai-http": "^4.2.0",
|
||||
"chai-http": "^4.3.0",
|
||||
"@prisma/client": "^3.3.0",
|
||||
"@types/node": "^16.10.3",
|
||||
"@types/nodemailer": "^6.4.4",
|
||||
"dotenv": "^10.0.0",
|
||||
"express": "^4.17.1"
|
||||
"express": "^4.17.1",
|
||||
"nodemailer": "^6.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.2.22",
|
||||
"@types/chai-as-promised": "^7.1.4",
|
||||
"@types/chai-http": "^4.2.0",
|
||||
"@types/express": "^4.17.13",
|
||||
"@types/mocha": "^9.0.0",
|
||||
"@types/node": "^16.10.3",
|
||||
"chai": "^4.3.4",
|
||||
"chai-as-promised": "^7.1.1",
|
||||
"chai-http": "^4.3.0",
|
||||
"mocha": "^9.1.3",
|
||||
"prisma": "^3.2.1",
|
||||
"prisma": "^3.3.0",
|
||||
"ts-node": "^10.2.1",
|
||||
"typescript": "^4.4.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user