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.
- Django
- Python
- Html
Clone project
git clone https://github.com/nandinichhajed/Sending-Emails-with-Python-Django.gitGet project folder
cd Sending-Emails-with-Python-DjangoCreate virtual Environment
virtualenv venvActivate virtual Environment
.\venv\Scripts\activateInstall dependencies
pip install -r requirements.txtMigrate
python manage.py migrateCreate super user
python manage.py createsuperuserRun server
python manage.py runserver( * Running on http://127.0.0.1:8000/)
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
Nandini Chhajed
Email: nandinichhajed08@gmail.com