Skip to main content

Django Package which enable Gmail API to send email inside your project

Project description

Django Google Mailer

Build Status Documentation Status GitHub release PyPI - Status PyPI PyPI - Python Version PyPI - Django Version PyPI - Downloads PyPI - License

Django Google Mailer is a Django package which uses Gmail API to send emails to users as an administrator.

Developing

make
. venv/bin/activate
make setup
make run

Testing

django-admin startproject mysite && cd mysite
python3 -m venv venv && . venv/bin/activate

pip install django
pip install ../django-google-mailer/dist/django-google-mailer-0.1.tar.gz

echo "urlpatterns += [path('gmailer/', include('gmailer.urls')),]" >> mysite/urls.py

python manage.py makemigrations && python manage.py migrate
python manage.py runserver localhost:8000

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-google-mailer-0.3.1.tar.gz (11.5 kB view hashes)

Uploaded Source

Built Distribution

django_google_mailer-0.3.1-py2.py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page