Sandbox/Version demo/1.0
From OHC Network Wiki
More languages
More actions
⚠️ Warning
This is a sandbox demonstration of the wiki's versioning system. It is not real documentation. See Sandbox/Version demo for the latest version.
Notification system (v1.0)
In version 1.0, notifications were minimal:
- Single channel: email only
- No user preferences — all users received all notifications
- Plain text, no templates
- Sent synchronously during request handling (blocked the UI)
Configuration
NOTIFICATIONS_ENABLED = true
SMTP_HOST = mail.example.com
That was it. Two environment variables.
Known limitations
- No delivery tracking
- No retry on failure
- No opt-out mechanism
- High latency on actions that triggered emails