Description: For development testing, use Mailhog as a container. - SMTP configuration in Flask to redirect to Mailhog. - Add docker-compose service mailhog. - View so developers can open http://localhost:8025 and see sent emails.
Description:
For development testing, use Mailhog as a container.