Simple email service in django. You can create HTML templates and use them in multiple emails and send emails to a list of recipients.
- Set .env file in emailService directory like .env.example file.
- Make virtualenv and install the dependencies from requirements.txt.
- Run
docker-compose -f deploy/docker-compose.yml up -d --build
and go through steps in api/admin. - Enjoy!
- Add deploy stuffs, Dockerfile and etc.