From c948b34f5f3d25d57d4e50659823b7bb05d3221c Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 14 May 2026 16:47:26 +0100 Subject: [PATCH] Fix support email: update Mailgun credentials in .env.deploy.example Correct domain (mg.oliver.solutions), API key, and from address so support questions from the Profile page actually deliver. Co-Authored-By: Claude Sonnet 4.6 --- .env.deploy.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.deploy.example b/.env.deploy.example index 786a369..873a04b 100644 --- a/.env.deploy.example +++ b/.env.deploy.example @@ -73,9 +73,9 @@ LLAMA_CLOUD_BASE_URL= # Email (Mailgun) # ----------------------------------------------------------------------- -MAILGUN_API_URL=https://api.mailgun.net/v3/oliver.solutions/messages -MAILGUN_API_KEY=your_mailgun_api_key -MAILGUN_FROM=admin@oliver.solutions +MAILGUN_API_URL=https://api.mailgun.net/v3/mg.oliver.solutions/messages +MAILGUN_API_KEY=1d8c6f38c53f237305353cc2e55f39f2-c6620443-4b9961f5 +MAILGUN_FROM=noreply@mg.oliver.solutions SUPPORT_EMAIL=BAICsupport@oliver.agency # -----------------------------------------------------------------------