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