/email-service

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

Primary LanguageJavaScript

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.