feat: created the mailer module with postmark

This commit is contained in:
Balu Babu
2023-01-09 12:00:03 +05:30
parent c34379d936
commit a6ce882511
2 changed files with 133 additions and 16 deletions

View File

@@ -37,6 +37,7 @@
"graphql-subscriptions": "^2.0.0",
"io-ts": "^2.2.16",
"ioredis": "^5.2.4",
"postmark": "^3.0.15",
"prisma": "^4.7.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
@@ -73,7 +74,9 @@
"json",
"ts"
],
"setupFilesAfterEnv": ["@relmify/jest-fp-ts"],
"setupFilesAfterEnv": [
"@relmify/jest-fp-ts"
],
"moduleNameMapper": {
"^src/(.*)$": "<rootDir>/$1"
},