Skip to content

Commit f5fb46e

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 f384c7b commit f5fb46e

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
@@ -31,3 +31,15 @@ UPLOAD_LOCATION=./data/ghost
3131

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

0 commit comments

Comments
 (0)