Add SMTP mail transport option to Ghost compose

file
This commit is contained in:
Andras Bacsai
2023-11-24 21:23:48 +01:00
parent 10e5a58b9e
commit 2cbe1e8489
2 changed files with 2 additions and 1 deletions

View File

@@ -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}