Skip to content

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.

Notifications You must be signed in to change notification settings

nandinichhajed/Sending-Emails-with-Python-Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Sending-Emails-with-Python-Django

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.

Tech Used

  • Django
  • Python
  • Html

Run Locally

Clone project

git clone https://github.com/nandinichhajed/Sending-Emails-with-Python-Django.git

Get project folder

cd Sending-Emails-with-Python-Django

Create virtual Environment

virtualenv venv

Activate virtual Environment

.\venv\Scripts\activate

Install dependencies

pip install -r requirements.txt

Migrate

python manage.py migrate

Create super user

python manage.py createsuperuser

Run server

python manage.py runserver

( * Running on http://127.0.0.1:8000/)

Feedback

These samples may be updated from time to time so you might want to get updates using git pull. Also if there are bugs, you are welcome to submit a Pull Request on github.Either Reach out to me on LinkedIn

Author

Nandini Chhajed
Email: nandinichhajed08@gmail.com

========Thank You !!!=========

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published