Metadata-Version: 2.0
Name: django-sebs
Version: 0.1.0
Summary: Django email backend for amazon SES
Home-page: UNKNOWN
Author: Mattia Procopio
Author-email: promat85@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP

# django-sebs [![Build Status](https://travis-ci.org/MattBlack85/django-sebs.svg?branch=master)](https://travis-ci.org/MattBlack85/django-sebs)
Django Simple Email Backend for SES using boto3

## Why another email backend for amazon SES?
That's simple, an EmailBackend must be pluggable, must work out of the box
and must be SIMPLE. 
django-sebs wants to achieve this goal.


