[firefly] Adapt mail configuration in envfile

This commit is contained in:
JuliusFreudenberger 2022-10-09 15:27:29 +02:00
parent 8bde66ba3f
commit 1d5711223b

View file

@ -125,12 +125,12 @@ COOKIE_SAMESITE=lax
# For instructions, see: https://docs.firefly-iii.org/advanced-installation/email # For instructions, see: https://docs.firefly-iii.org/advanced-installation/email
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE # If you use Docker or similar, you can set these variables from a file by appending them with _FILE
MAIL_MAILER=smtp MAIL_MAILER=smtp
MAIL_HOST=mail.jfreudenberger.de MAIL_HOST=postfix
MAIL_PORT=465 MAIL_PORT=587
MAIL_FROM=system@jfreudenberger.de MAIL_FROM=system@jfreudenberger.de
MAIL_USERNAME=system@jfreudenberger.de MAIL_USERNAME=null
MAIL_PASSWORD=null MAIL_PASSWORD=null
MAIL_ENCRYPTION=tls MAIL_ENCRYPTION=null
# Other mail drivers: # Other mail drivers:
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE # If you use Docker or similar, you can set these variables from a file by appending them with _FILE