From 15bd8b24baff3f29dd31f5141ff86ae08668e4eb Mon Sep 17 00:00:00 2001 From: mathieu Date: Wed, 29 May 2024 10:17:47 +0200 Subject: [PATCH] mail --- firefly/.env | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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