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
File details
Details for the file django_sendmail_backend-0.1.1.tar.gz
.
File metadata
- Download URL: django_sendmail_backend-0.1.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3575adbae4ebf76a7f2c27c173098b89006043712d9a5d831aaafb3f82feddef |
|
MD5 | 3a31b63746580f4b571159fcf85f672e |
|
BLAKE2b-256 | 137f655f47ba07a94d9837db08f12f139a6fd78e20821fa8ef8c09f54746e90a |