Its a simple command line sendmail backend for Django
Project description
Its a simple command line sendmail backend for Django
# Motivation
I like to use msmtp to abstract the smtp server from my projects. Because it is easy to set environment specifity mail server.
# Install
pip install django_sendmail_backend
# Usage
Set the EMAIL_BACKEND var in your settings module
EMAIL_BACKEND = ‘django_sendmail_backend.backends.EmailBackend’
# MTA
You will need any mta installed (like postfix or exim) and a executable sendmail command in your bin path.
Try to install [msmtp](http://msmtp.sourceforge.net/) for test
## On Debian/Ubuntu
sudo apt-get install msmtp-mta
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
Hashes for django_sendmail_backend-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d077f602aaa37633acdbf35f28f5799d6b57c8bc2122d193762d70c7d92b3ad |
|
MD5 | 0f4be94627b148b675e140f5fd030f75 |
|
BLAKE2b-256 | 8d02923777c2c311ab5dfc3bdf8762cded1fdf69569803bea7c4ff11503c5a73 |