Restore contact email in website (public-facing).
Use env var reference for workflow notification address.
Clean up backlog task notes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
SMTP host, port, and sender address are now sourced from
.env like all other credentials. No service-identifying
details remain in tracked files.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
All secrets now come from .env file on the server.
No default/fallback values for any credentials.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace all Resend HTTP API calls with n8n built-in emailSend
nodes using Mailcow SMTP at the SMTP server.
Add SMTP env vars and n8n API key to docker-compose config.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>