Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.08 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.08 KB

YaSender 🏪🌐📊

A simple and useful site for sending emails to anyone

🛠 Demo version

image

img.png

Adding Email from file and create groups for this emails img.png img_1.png

Sending group emails img_2.png

👷‍♂️Implemented on the site

  • Adding an unlimited number of recipients
  • Adding an unlimited number of senders
  • Sending letters
  • Create mail groups and send messages to all users in one click
  • Attaching files

👨🏻‍💻 Future Features

  • Possibility to add mail from JSON file
  • Sent message feed
  • Ability to send the same message to the same users in one click (from the feed)

😕As you can see, this project lacks a front-end developer.
I always welcome your suggestions.
My mail: [email protected]

⚙️Project setup

git clone https://github.com/Mixnosha/YaSender.git
cd YaSender
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver