feat: create email-server-worker workspace

Initialize workspace for email server worker service
- Polls MongoDB for email status changes
- Sends verification and notification emails
- Updates email statuses
- Runs as standalone background worker

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Knee Cola
2025-12-29 19:47:13 +01:00
parent 1666394435
commit db92d157c5
2 changed files with 31 additions and 0 deletions

View File

@@ -16,6 +16,10 @@
"name": "📧 mailgun-webhook",
"path": "mailgun-webhook"
},
{
"name": "⚙️ email-server-worker",
"path": "email-server-worker"
},
{
"name": "📦 root",
"path": "."