Closed SystemFuchs closed 1 month ago
I've added the following parameters to the docker compose file:
environment: - APP_URL="myurl" - APP_KEY="base64:mykey=" - DB_CONNECTION="sqlite" - SESSION_DRIVER="file" - CACHE_DRIVER="file" - MAIL_MAILER=smtp - MAIL_HOST=smtp.office365.com - MAIL_USERNAME=myloginuser - MAIL_PASSWORD=mypassword - MAIL_PORT=587 - MAIL_ENCRYPTION=tls
When I try to request a password reset link I'm getting a 500 server error:
Not sure where I can find logs inside the container to troubleshoot this problem
Problem could be solved. You have to define MAIL_FROM_ADDRESS in the Docker .env otherwise mail will not work.
MAIL_FROM_ADDRESS
I've added the following parameters to the docker compose file:
When I try to request a password reset link I'm getting a 500 server error:
Not sure where I can find logs inside the container to troubleshoot this problem