Ghost: Added some very basic mail setup placeholders

ref https://linear.app/ghost/issue/ENG-2435

- Mail must be setup to have a proper functioning Ghost install
- Bulk mail doesn't require env variables but standard SMTP mail does
- We'll update the docs but prompting users in the example env file is a starting point
This commit is contained in:
James Loh
2025-07-03 15:37:39 +10:00
parent bb09cd2c2a
commit cad2d17db5

View File

@@ -36,3 +36,15 @@ UPLOAD_LOCATION=./data/ghost
# Location for database data
MYSQL_DATA_LOCATION=./data/mysql
# Ghost configuration (https://ghost.org/docs/config/)
# Email (https://ghost.org/docs/config/#mail)
# Email is critical for account creation (Staff invites), password resets and othere pieces of functionality
# Even if you aren't using Ghost's newsletters features it should be set up
# 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__pass=1234567890