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
Release files for django_sendmail_backend 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django_sendmail_backend-0.1.2.tar.gz | 2.3 kB | Details |
Release files / django_sendmail_backend-0.1.2.tar.gz
| Download URL | django_sendmail_backend-0.1.2.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2d077f602aaa37633acdbf35f28f5799d6b57c8bc2122d193762d70c7d92b3ad
|
|
BLAKE2b-256 checksum How to use checksums |
8d02923777c2c311ab5dfc3bdf8762cded1fdf69569803bea7c4ff11503c5a73
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |