chore(email): decommission SMTP2GO references — local MTA only
SMTP2GO is no longer used: Listmonk relays through the local Postfix MTA (172.18.0.1:25 from the Docker network), which DKIM-signs and delivers direct-to-recipient-MX; transactional mail goes through Carbonio. Verified zero smtp2go in any live container env + postfix has no external relayhost. Removed the stale references so a rebuild/new dev can't re-introduce it: - api/src/config.ts: SMTP_HOST default mail.smtp2go.com -> co.carrierone.com - scripts/workers/crypto_payment_worker.py: same default fix - infra/ansible all.yml: listmonk_smtp_* now 172.18.0.1:25, no auth (+comment) - app.env.j2 / email.ts / crm.md / go-live-todo.md / architecture.svg: docs
This commit is contained in:
parent
eba525f83f
commit
a04ecf7df3
8 changed files with 18 additions and 14 deletions
|
|
@ -140,7 +140,7 @@
|
|||
## PRIORITY 7 — Listmonk (Email Marketing) ~~COMPLETE~~
|
||||
|
||||
- [x] Deploy Listmonk at lists.performancewest.net (Docker, PostgreSQL-backed)
|
||||
- [x] Configure SMTP2GO outbound email (separate from Carbonio transactional SMTP)
|
||||
- [x] Configure Listmonk mass-mail via the local Postfix MTA (SMTP2GO decommissioned; separate from Carbonio transactional SMTP)
|
||||
- [x] Import 10,191 FCC RMD contacts into Listmonk (3 subscriber lists)
|
||||
- [x] Configure bounce processing via POP3 from Carbonio (bounces@performancewest.net)
|
||||
- [x] Create 22 scheduled campaigns across 4 lists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue