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 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-05-14 16:47:26 +01:00
parent 41ea5dc57b
commit c948b34f5f

View file

@ -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
# -----------------------------------------------------------------------