Skip to content

experimentengine/django-sendgrid-v5

 
 

Repository files navigation

django-sendgrid-v5

Latest Release Travis Build Status

This package implements an email backend for Django that relies on sendgrid's REST API for message delivery.

It is under active development, and pull requests are more than welcome!

How to Install

  1. pip install django-sendgrid-v5
  2. In your project's settings.py script:
    1. Set EMAIL_BACKEND = "sendgrid_backend.SendgridBackend"
    2. Add SENDGRID_API_KEY = os.environ["SENDGRID_API_KEY"]
    3. To toggle sandbox mode (when django is running in DEBUG mode), set SENDGRID_SANDBOX_MODE_IN_DEBUG = True/False. This value is True by default.

About

An implementation of Django's EmailBackend compatible with sendgrid-python v5+

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%