Add mail.from config to .env.example

It seems mail.from is required in the latest version (Ghost 6.0), otherwise mail setting won't work, which would result in the following log: "Missing mail.from config, falling back to a generated email address. Please update your config file and set a valid from address"
This commit is contained in:
Jon
2025-08-27 00:45:33 +08:00
committed by James Loh
parent 275a59fc25
commit 8232643ba7

View File

@@ -38,6 +38,7 @@ mail__options__port=465
mail__options__secure=true
mail__options__auth__user=postmaster@example.com
mail__options__auth__pass=1234567890
mail__from='Post Master <postmaster@example.com>'
# Advanced customizations