Skip to content

Mailer — A Minimal Django Email Marketing MVP A simple Django app to collect subscriber emails, draft basic campaigns, and send bulk emails in one click. Built as a lean foundation for future extensions like scheduling, analytics, and list management.

License

Notifications You must be signed in to change notification settings

Stephen842/Mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mailer

Mailer is a minimal email marketing platform built with Django.
It allows you to inputs subscriber's email, draft simple campaigns, and send them to your entire list with one click.

This project is intentionally lean — serving as an MVP and foundation for future improvements like scheduling, analytics, multiple lists, and robust templates.


Features

  • Add and manage subscriber emails
  • Draft plain text or HTML email campaigns
  • Send campaigns to all subscribers at once
  • Uses your own SMTP service — Gmail, custom domain, or any other provider
  • Built with Django’s secure auth, forms & CSRF protection
  • Runs locally with a console backend for safe testing

About

Mailer — A Minimal Django Email Marketing MVP A simple Django app to collect subscriber emails, draft basic campaigns, and send bulk emails in one click. Built as a lean foundation for future extensions like scheduling, analytics, and list management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published