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