django-heroku-sendgridify

Automatic email configuration for the Django/Heroku/SendGrid stack


Keywords
django, heroku, cloud, email, sendgrid, sendgridify
License
MIT
Install
pip install django-heroku-sendgridify==0.1.1

Documentation

django-heroku-sendgridify

Automatic email configuration for the Django/Heroku/SendGrid stack

Install

pip install django-heroku-sendgridify

Usage

In your Django settings module:

from sendgridify import sendgridify
EMAIL_HOST, EMAIL_HOST_USER, EMAIL_HOST_PASSWORD, EMAIL_PORT, EMAIL_USE_TLS = sendgridify()

That's it. Best README ever.