diff --git a/firefly/.env b/firefly/.env index fe9ed79..f86d30e 100644 --- a/firefly/.env +++ b/firefly/.env @@ -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