/django-sendcloud

A Django email backend for use with SendCloud

Primary LanguagePythonMIT LicenseMIT

django-sendcloud

OverView

Install

python setup.py install

settings.py

EMAIL_BACKEND = 'sendcloud.SendCloudBackend'
SENDCLOUD_API_USER = '***'
SENDCLOUD_API_KEY = '***'