Add SMTP mail transport option to Ghost compose
file
This commit is contained in:
@@ -14,6 +14,7 @@ services:
|
||||
- database__connection__user=$SERVICE_USER_MYSQL
|
||||
- database__connection__password=$SERVICE_PASSWORD_MYSQL
|
||||
- database__connection__database=${MYSQL_DATABASE-ghost}
|
||||
- mail__transport=SMTP
|
||||
- mail__options__auth__pass=${MAIL_OPTIONS_AUTH_PASS}
|
||||
- mail__options__auth__user=${MAIL_OPTIONS_AUTH_USER}
|
||||
- mail__options__secure=${MAIL_OPTIONS_SECURE:-true}
|
||||
|
||||
Reference in New Issue
Block a user