To configure SMTP for Mealie, modify the docker-compose.yaml
file to include the following environment parameters
environment:
- ...
- SMTP_HOST=smtp.example.com
- SMTP_PORT=465
- SMTP_FROM_NAME=mealie@example.com
- SMTP_AUTH_STRATEGY=TLS
- SMTP_FROM_EMAIL=mealie@example.com
- SMTP_USER=mealie@example.com
- SMTP_PASSWORD=**************
- ...