mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 23:16:44 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user