This commit is contained in:
mathieu 2024-05-29 10:17:47 +02:00
parent a0553c1bdb
commit 15bd8b24ba

View File

@ -137,13 +137,13 @@ COOKIE_SAMESITE=lax
# For instructions, see: https://docs.firefly-iii.org/how-to/firefly-iii/advanced/notifications/#email # For instructions, see: https://docs.firefly-iii.org/how-to/firefly-iii/advanced/notifications/#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=log MAIL_MAILER=log
MAIL_HOST=null MAIL_HOST=smtp-mail.outlook.com
MAIL_PORT=2525 MAIL_PORT=587
MAIL_FROM=changeme@example.com MAIL_FROM=lecoiffiermathieu@outlook.fr
MAIL_USERNAME=null MAIL_USERNAME=lecoiffiermathieu@outlook.fr
MAIL_PASSWORD=null MAIL_PASSWORD=I9OKN?./
MAIL_ENCRYPTION=null MAIL_ENCRYPTION=starttls
MAIL_SENDMAIL_COMMAND=
# 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