mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-24 13:41:02 +10:00
email integration
* Nest email module with smtp, postmark and console log drivers * react-email package
This commit is contained in:
10
packages/transactional/package.json
Normal file
10
packages/transactional/package.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "@docmost/transactional",
|
||||
"scripts": {
|
||||
"dev": "email dev -p 5019"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-email/components": "0.0.17",
|
||||
"react-email": "^2.1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user