Django email backend for amazon SES
Project description
# django-sebs [![Build Status](https://travis-ci.org/MattBlack85/django-sebs.svg?branch=master)](https://travis-ci.org/MattBlack85/django-sebs)
https://github.com/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.
## How to use it
Use this email backend is very simple, just override your
EMAIL_BACKEND setting this way:
- `EMAIL_BACKEND='ses.backend.SESEmailBackend'`
also add 3 additional settings:
- `SES_ACCESS_KEY='TestKey'` your aws access key
- `SES_SECRET_KEY='SecretKey'` your aws secret key
- `SES_REGION='eu-west-1'` the aws region
## Using DKIM
If you want to use DKIM is enough to enable it in your aws account, that way all emails sent through
the sebs backend will be using the dkim
https://github.com/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.
## How to use it
Use this email backend is very simple, just override your
EMAIL_BACKEND setting this way:
- `EMAIL_BACKEND='ses.backend.SESEmailBackend'`
also add 3 additional settings:
- `SES_ACCESS_KEY='TestKey'` your aws access key
- `SES_SECRET_KEY='SecretKey'` your aws secret key
- `SES_REGION='eu-west-1'` the aws region
## Using DKIM
If you want to use DKIM is enough to enable it in your aws account, that way all emails sent through
the sebs backend will be using the dkim
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-sebs-0.2.0.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file django-sebs-0.2.0.tar.gz
.
File metadata
- Download URL: django-sebs-0.2.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b992856b61255a1419a38591cd2621af57e23403906cd43ca77c3d924a84e14 |
|
MD5 | bbfccf9fe00a0537ce78490f8913b3f0 |
|
BLAKE2b-256 | 86944343416b4732c716c3e89ebb666177fc0d4feb9e93942a43195e672d2ea6 |
File details
Details for the file django_sebs-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: django_sebs-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1c95373d84a4c50da669536dcefa8b43a362e76399b495d7074da89faa00ea2 |
|
MD5 | 695a8a0dd73b5fb98d7b23d26f2fba64 |
|
BLAKE2b-256 | 14083651944322ed13e7be6fe3f2441664830a2842077d109eb7d6256c9ed12b |