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
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE
MAIL_MAILER=log
MAIL_HOST=null
MAIL_PORT=2525
MAIL_FROM=changeme@example.com
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_SENDMAIL_COMMAND=
MAIL_HOST=smtp-mail.outlook.com
MAIL_PORT=587
MAIL_FROM=lecoiffiermathieu@outlook.fr
MAIL_USERNAME=lecoiffiermathieu@outlook.fr
MAIL_PASSWORD=I9OKN?./
MAIL_ENCRYPTION=starttls
# Other mail drivers:
# If you use Docker or similar, you can set these variables from a file by appending them with _FILE