Debugging Django Email with Gmail in a Dockerized App
This post summarizes a recent troubleshooting session where I debugged email sending issues in a Django application.
The app was deployed in a Docker container built with a multi-stage Dockerfile.prod
file.