davidhalter / django-sendmail-backend

Its a simple command line sendmail backend for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-sendmail-backend

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 for test

On Debian/Ubuntu

sudo apt-get install msmtp-mta

About

Its a simple command line sendmail backend for Django


Languages

Language:Python 100.0%