django_sendmail_backend


Namedjango_sendmail_backend JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/perenecabuto/django-sendmail-backend.git
SummaryIts a simple command line sendmail backend for Django
upload_time2014-03-14 04:00:56
maintainerNone
docs_urlNone
authorFelipe Ramos
requires_pythonNone
licenseBSD
keywords django python sendmail email_backend command line mta
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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](http://msmtp.sourceforge.net/) for test


## On Debian/Ubuntu

    sudo apt-get install msmtp-mta
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/perenecabuto/django-sendmail-backend.git",
    "name": "django_sendmail_backend",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Django,Python,sendmail,EMAIL_BACKEND,command line,mta",
    "author": "Felipe Ramos",
    "author_email": "perenecabuto@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8d/02/923777c2c311ab5dfc3bdf8762cded1fdf69569803bea7c4ff11503c5a73/django_sendmail_backend-0.1.2.tar.gz",
    "platform": "UNKNOWN",
    "description": "django-sendmail-backend\n=======================\n\nIts a simple command line sendmail backend for Django\n\n\n# Motivation\n\nI like to use **msmtp** to abstract the smtp server from my projects.\nBecause it is easy to set environment specifity mail server.\n\n\n# Install\n\n    pip install django_sendmail_backend\n\n\n# Usage\n\nSet the EMAIL_BACKEND var in your settings module\n\n    EMAIL_BACKEND = 'django_sendmail_backend.backends.EmailBackend'\n\n\n# MTA\n\nYou will need any mta installed (like postfix or exim) and a executable **sendmail** command\nin your bin path.\n\nTry to install [msmtp](http://msmtp.sourceforge.net/) for test\n\n\n## On Debian/Ubuntu\n\n    sudo apt-get install msmtp-mta",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Its a simple command line sendmail backend for Django",
    "version": "0.1.2",
    "split_keywords": [
        "django",
        "python",
        "sendmail",
        "email_backend",
        "command line",
        "mta"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "0f4be94627b148b675e140f5fd030f75",
                "sha256": "2d077f602aaa37633acdbf35f28f5799d6b57c8bc2122d193762d70c7d92b3ad"
            },
            "downloads": -1,
            "filename": "django_sendmail_backend-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0f4be94627b148b675e140f5fd030f75",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2333,
            "upload_time": "2014-03-14T04:00:56",
            "upload_time_iso_8601": "2014-03-14T04:00:56.203360Z",
            "url": "https://files.pythonhosted.org/packages/8d/02/923777c2c311ab5dfc3bdf8762cded1fdf69569803bea7c4ff11503c5a73/django_sendmail_backend-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2014-03-14 04:00:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "perenecabuto",
    "github_project": "django-sendmail-backend.git",
    "lcname": "django_sendmail_backend"
}
        
Elapsed time: 0.03016s