Giter VIP home page Giter VIP logo

mailed-it's Introduction

Mail-ed It !!

Description:

Mail-ed it is a web application that allows you to manage email subscribers, create email campaigns, and send out email campaigns to your subscribers. This app uses an SQLite3 database for data storage.

Features:

  • Add and remove subscribers from your email list.
  • Create and manage email campaigns.
  • Start and send email campaigns to your subscribers.

Usage:

  1. Admin Panel:
  • Access the admin panel using the superuser credentials created during installation.
  • Add subscribers and manage your email list.
  • Create and manage email campaigns.
  1. Endpoints:

The app provides endpoints for managing subscribers and campaigns programmatically.

  • /add_subscribe: add new subscribers.
  • /unsubscribe: Set status of subscribers as inactive.
  • /add_campaign: Create email campaigns.
  • /send_email: Send email of a specific campaign to all the "active users"
  1. SMTP server

For sending emails, I have used mailgun's SMTP server, you can create your own account there, and add SMTP credentials, in settings.py in order to succesfully send emails.
EMAIL_HOST = 'smtp.mailgun.org'
EMAIL_PORT = 587
EMAIL_HOST_USER ='your_mailgun_account_domain'
EMAIL_HOST_PASSWORD = 'yourmailgunaccountpassword'

Configuration:

  • The default database used is SQLite3. You can change the database settings in settings.py if needed.

mailed-it's People

Contributors

utkarsh23kushwaha avatar utkarshk1607 avatar

Stargazers

Caleb Forestal |  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.