Skip to content

Commit cad2d17

Browse files
committed
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
1 parent bb09cd2 commit cad2d17

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.env.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,15 @@ UPLOAD_LOCATION=./data/ghost
3636

3737
# Location for database data
3838
MYSQL_DATA_LOCATION=./data/mysql
39+
40+
# Ghost configuration (https://ghost.org/docs/config/)
41+
42+
# Email (https://ghost.org/docs/config/#mail)
43+
# Email is critical for account creation (Staff invites), password resets and othere pieces of functionality
44+
# Even if you aren't using Ghost's newsletters features it should be set up
45+
# mail__transport=SMTP
46+
# mail__options__host=smtp.example.com
47+
# mail__options__port=465
48+
# mail__options__secure=true
49+
# mail__options__auth__user=postmaster@example.com
50+
# mail__options__auth__pass=1234567890

0 commit comments

Comments
 (0)