Skip to content

Email service developed in django for sending emails with html template. I provided everything is needed to deploy and monitor the service.

Notifications You must be signed in to change notification settings

mhbahmani/email-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmailService

Simple email service in django. You can create HTML templates and use them in multiple emails and send emails to a list of recipients.

Hot to Setup

  • 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!

ToDo:

  • Add deploy stuffs, Dockerfile and etc.

About

Email service developed in django for sending emails with html template. I provided everything is needed to deploy and monitor the service.

Topics

Resources

Stars

Watchers

Forks

Packages