email integration

* Nest email module with smtp, postmark and console log drivers
* react-email package
This commit is contained in:
Philipinho
2024-05-02 03:12:40 +01:00
parent 48be0c21ae
commit 4c573b9bc2
26 changed files with 2685 additions and 446 deletions

View File

@ -9,7 +9,9 @@
"editor-ext:editor-ext": "nx run editor-ext:build",
"client:dev": "nx run client:dev",
"server:dev": "nx run server:start:dev",
"server:start": "nx run server:start:prod"
"server:start": "nx run server:start:prod",
"email:dev": "nx run @docmost/transactional:dev"
},
"dependencies": {
"@docmost/editor-ext": "workspace:*",