From 3de0b9e695e74759816ab17a192ae9b3655ce177 Mon Sep 17 00:00:00 2001
From: Jeff Emmett
Date: Tue, 10 Feb 2026 01:03:33 +0000
Subject: [PATCH] Fix redacted placeholders in public-facing files
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
---
...-up-CosmoLocal-email-docs-and-newsletter-infrastructure.md | 2 +-
n8n-workflows/04-follow-up-reminders.json | 2 +-
src/app/page.tsx | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/backlog/tasks/task-1 - Set-up-CosmoLocal-email-docs-and-newsletter-infrastructure.md b/backlog/tasks/task-1 - Set-up-CosmoLocal-email-docs-and-newsletter-infrastructure.md
index 382ad24..a9a0940 100644
--- a/backlog/tasks/task-1 - Set-up-CosmoLocal-email-docs-and-newsletter-infrastructure.md
+++ b/backlog/tasks/task-1 - Set-up-CosmoLocal-email-docs-and-newsletter-infrastructure.md
@@ -36,7 +36,7 @@ Set up CosmoLocal World infrastructure: Mailcow SMTP for cosmolocal.world, Docmo
### Mailcow (cosmolocal.world)
- Mailbox: noreply@cosmolocal.world
- Alias: newsletter@cosmolocal.world → noreply@cosmolocal.world (sender_allowed=1)
-- SMTP: ***REDACTED_SMTP_HOST***:465 (TLS)
+- SMTP: [SMTP_HOST]:465 (TLS)
- DNS: SPF, DKIM (2048-bit), DMARC all configured on Cloudflare
- Google Postmaster Tools verified
diff --git a/n8n-workflows/04-follow-up-reminders.json b/n8n-workflows/04-follow-up-reminders.json
index 2131d37..9428d10 100644
--- a/n8n-workflows/04-follow-up-reminders.json
+++ b/n8n-workflows/04-follow-up-reminders.json
@@ -112,7 +112,7 @@
{
"parameters": {
"fromEmail": "={{ $env.N8N_SMTP_SENDER }}",
- "toEmail": "***REDACTED_EMAIL***",
+ "toEmail": "={{ $env.N8N_SMTP_SENDER }}",
"subject": "={{ $json.subject }}",
"emailType": "html",
"html": "={{ $json.htmlBody }}",
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 06e0731..ac42f27 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -455,10 +455,10 @@ export default function Home() {
communities, and impact-driven investors.
- ***REDACTED_EMAIL***
+ hello@cosmolocal.world