/Email_sender

A django app that send emails to multiple receipiants

Primary LanguagePython

Email_sender

A django app that send emails to multiple receipiants

Project idea

Automate the process of sending emails with some customized features based on business requirements. You can have a list of email addresses and their respective names. Then you can modify the message and send emails to the target audience automatically.

Automation

Emails Table

  • must have a list of users with there email addresses
email_id
name
email

Subscriptions

Subscriction_id
subscription_name

Subscribers

Subscriber_id
email (1:1)
Subscriction_id FK

Email Form

  • get the subscription type
  • the subject of the email
  • the message
  • cc self checkbox

HTML Styling

  • use crispy forms