add email service

This commit is contained in:
Emily
2025-01-27 15:12:22 +01:00
parent 65c682c75d
commit 510bc2545a
23 changed files with 3128 additions and 54 deletions

15
email/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "email",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "tsc"
},
"keywords": [],
"author": "Emily",
"license": "MIT",
"devDependencies": {
"typescript": "^5.7.3"
}
}