The Emails module of the project — responsible for managing the emails of the Mairie 360 application.
This project is fully containerized for development. You’ll only need Docker and Docker Compose installed.
- Make sure Docker and Docker Compose are installed.
- Start the development environment:
docker compose up --build --watch- Open your browser at http://development.mairie360.fr to access the application.
Changes to your code will automatically trigger a refresh or the rebuild of the affected services.