From 4fe7913d7ea86ced70f6f3919165a5c8af133abd Mon Sep 17 00:00:00 2001 From: Chandler Copeland Date: Fri, 3 Apr 2026 18:06:33 -0600 Subject: [PATCH] =?UTF-8?q?fix(email):=20switch=20to=20SMTP=20port=20587?= =?UTF-8?q?=20STARTTLS=20=E2=80=94=20port=20465=20SSL=20blocked=20in=20Doc?= =?UTF-8?q?ker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- teressa-copeland-homes/.env.production.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teressa-copeland-homes/.env.production.example b/teressa-copeland-homes/.env.production.example index a60e188..50d2cd5 100644 --- a/teressa-copeland-homes/.env.production.example +++ b/teressa-copeland-homes/.env.production.example @@ -11,7 +11,7 @@ AGENT_PASSWORD=your-agent-password CONTACT_EMAIL_USER=your-smtp-username CONTACT_EMAIL_PASS=your-smtp-password CONTACT_SMTP_HOST=smtp.example.com -CONTACT_SMTP_PORT=465 +CONTACT_SMTP_PORT=587 # use 587 STARTTLS; port 465 SSL may be blocked in some Docker environments # OpenAI (AI field placement) OPENAI_API_KEY=sk-your-openai-key