Update email configuration in .env.example

Updated addresses to match what we have in public docs https://docs.ghost.org/config#mail
This commit is contained in:
James Loh
2025-11-03 16:31:49 +11:00
parent 8232643ba7
commit 4701e8647f

View File

@@ -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 <postmaster@example.com>'
mail__from="'Acme Support' <support@example.com>"
# Advanced customizations