Skip to content

A django api that exposes endpoints to send email as text or html format

Notifications You must be signed in to change notification settings

simexon/send-email-microservice

 
 

Repository files navigation

A Dockerized Micro-service for sending Email Notifications by Team-Fierce

alt text

Description:

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.

Features:

  • Sending Email
  • Sending Email with Template

Requirements:

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)

Install:

To install all dependencies in this project, open your terminal and run:

pip install -r requirements.txt

Credits:

About

A django api that exposes endpoints to send email as text or html format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.2%
  • Dockerfile 3.8%