This is an Email micro-service that sends emails using Swagger UI template and an API. It was built to avoid development teams having to configure mail over and over on projects involving a micro-services infrastructure.
It is built using Django-Rest Framework and a Docker file is included for easy development. Documentation is managed by Swagger with the drf-yasg module.
- Sending Email
- Sending Email with Template
This Project requires the following Versions:
Python (3.5, 3.6, 3.7, 3.8)
Django (1.11, 2.0, 2.1, 2.2, 3.0)
To install all dependencies in this project, open your terminal and run:
pip install -r requirements.txt