{"repo":"sklarsa/django-sendgrid-v5","free":true,"listed":false,"github":"https://github.com/sklarsa/django-sendgrid-v5","clone":"git clone https://github.com/sklarsa/django-sendgrid-v5.git","description":"An implementation of Django's EmailBackend compatible with sendgrid-python v5+","language":"Python","stars":346,"topics":["django","sendgrid","sendgrid-api","django-emailtools"],"license":"MIT","category":"api-integrations-sdks","readme_excerpt":"django-sendgrid-v5 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\\! To use the backend, simply install the package (using pip), set the EMAIL BACKEND setting in Django, and add a SENDGRID API KEY key (set to the appropriate value) to your Django settings. 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. Set the SENDGRID\\ API\\ KEY in settings.py to your api key that was provided to you by sendgrid. SENDGRID API KEY = os.environ[\"SENDGRID API KEY\"] Other settings 1. To toggle sandbox mode (when django is running in DEBUG mode), set SENDGRID SANDBOX MODE IN DEBUG = True/False . 1. To err on the side of caution, this defaults to True, so emails sent in DEBUG mode will not be delivered, unless this setting is explicitly set to False. 1. To enable sandbox mode unconditionally (regardless of DEBUG), set SENDGRID SANDBOX MODE = True . This is useful for non-production environments like QA or staging where DEBUG may be False but you still don't want to send real emails. 1. SENDGRID ECHO TO STDOUT will echo to stdout or any other file-like object that is passed to the backend via the stream kwarg. 1. SENDGRID TRACK EMAIL OPENS - defaults to true and tracks email open events via the Sendgrid service. These events are logged in the Statistics UI, Email Act","default_branch":null,"files":null,"tree":[],"storefront":"/r/sklarsa","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/sklarsa/django-sendgrid-v5/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}