django-email-services

A Django app providing email backends and respective service objects for some of the most well known em...
Download

django-email-services Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Yorgos Pagles
  • Publisher web site:
  • http://pagles.org

django-email-services Tags


django-email-services Description

A Django app providing email backends and respective service objects for some of the most well known email services like Amazon SES and Critsend django-email-services is a Django app that offers email services for Django providing various backends (future plans include respective statistics).Installation:From PyPI using pip:pip install django-email-servicesThe email services package can also be installed from the repository:pip install -e hg+http://bitbucket.org/pagles/django-email-services#egg=django-email-servicesAdd the 'email_services' application to your installed apps and set the following in your settings file:# Replace BackendName with CritsendEmailBackend or PostmarkEmailBackend or AmazonSESBackend EMAIL_BACKEND = 'email_services.backends.BackendName' EMAIL_SERVICES_CLIENT_ID = 'your id' EMAIL_SERVICES_CLIENT_KEY = 'your key'Use as a typical email backend. Requirements: · Python · Django What's New in This Release: · Support for critsend API (sending) · Support for postmark API (sending) · Support for amazon SES API (sending)


django-email-services Related Software