Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_sendmail_backend-0.1.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page