Skip to content

This is an integration of GMAIL API inside a Django project. By this project, we can easily send bulk emails using google's gmail-api to the provided emails. You just need to copy-paste the email addresses in a form and press submit. Easy as cake!

Notifications You must be signed in to change notification settings

DeepDiverGuy/django_gmail_api_bulkemails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GMAIL API implementation for sending bulk emails with DJANGO

Technical Information (Unfinished)

Prerequisites (Unfinished)

Dependencies

pip install django
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
pip install dotenv # if needed

What you need to do

  • Clone this reppository

  • Set up a virtual environment

python -m venv virenv-gmailapi
  • Activate it
source virenv-gmailapi/bin/activate # for linux
  • From the project's base directory
python manage.py runserver
  • Go to http://localhost:8000/emailsend

  • Submit all the emails in the form. No specific format is needed. The program will automatically detect the emails only & start sending.

  • Enjoy!

Issues

I didn't have enough time to test every aspect of this project. So, issues can occur. Please open one when you encounter.

About

This is an integration of GMAIL API inside a Django project. By this project, we can easily send bulk emails using google's gmail-api to the provided emails. You just need to copy-paste the email addresses in a form and press submit. Easy as cake!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published