Integrating elasticemail.com into django project for transactional emails.
Elastiemail as the website says is a email delivery tools provider, you can send transactional as well as promotional emails.
I’ve written a EMAILBACKEND class that allows you to send emails in django project using elasticemail.com
Here is how to use it.
Install the package via git
git install -e git+https://github.com/rrmerugu/django_elasticemailAdd
django_elasticemailtoINSTALLED_APPSIn
settings.pyaddEMAIL_BACKEND = "django_elasticemail.mail.ElasticEmailBackend"
Usage
| |
Try it out. All the very best :)
Last modified on 2017-01-23
