From 4701e8647fe3723e03baeaae591a4d820bb4d5c7 Mon Sep 17 00:00:00 2001 From: James Loh Date: Mon, 3 Nov 2025 16:31:49 +1100 Subject: [PATCH] Update email configuration in .env.example Updated addresses to match what we have in public docs https://docs.ghost.org/config#mail --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 9d6a16c..497a878 100644 --- a/.env.example +++ b/.env.example @@ -36,9 +36,9 @@ mail__transport=SMTP mail__options__host=smtp.example.com mail__options__port=465 mail__options__secure=true -mail__options__auth__user=postmaster@example.com +mail__options__auth__user=support@example.com mail__options__auth__pass=1234567890 -mail__from='Post Master ' +mail__from="'Acme Support' " # Advanced customizations