{ "info": { "author": "Niels Lemmens", "author_email": "draso.odin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-redis-mailer\n===================\n\n[![Coverage Status](https://img.shields.io/coveralls/bulv1ne/django-redis-mailer.svg)](https://coveralls.io/r/bulv1ne/django-redis-mailer)\n[![Build Status](https://travis-ci.org/bulv1ne/django-redis-mailer.svg?branch=master)](https://travis-ci.org/bulv1ne/django-redis-mailer)\n\ndjango-redis-mailer is based on [django-mailer](https://github.com/pinax/django-mailer).\nThe differences are that it works with redis as a queue, and it is a simplified version (no database models).\n\nThe project is in the early stages, it is not recommended to use this in production.\n\nIn `settings.py`:\n\n```python\nEMAIL_BACKEND = 'django_redis_mailer.backend.RedisBackend'\n```\n\nOptional settings:\n\n```python\nREDIS_MAILER_LOCATION = '127.0.0.1:6379:1' # host:port:db number\nREDIS_MAILER_KEY = 'mail_queue' # The key in redis to use\n```\n\nIn a cron file:\n\n```\n* * * * * (/path/to/your/python /path/to/your/manage.py send_mail >> ~/cron_mail.log 2>&1)\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Bulv1ne/django-redis-mailer", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-redis-mailer", "package_url": "https://pypi.org/project/django-redis-mailer/", "platform": "any", "project_url": "https://pypi.org/project/django-redis-mailer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Bulv1ne/django-redis-mailer" }, "release_url": "https://pypi.org/project/django-redis-mailer/0.2/", "requires_dist": null, "requires_python": null, "summary": "A django mail queue", "version": "0.2" }, "last_serial": 1317039, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c5d15c973accc1b1048bb711c136bc5a", "sha256": "68d595be51cdfa643e4d00b1acb52bd6d16496f381ca7428ff42bb701d138bd6" }, "downloads": -1, "filename": "django-redis-mailer-0.1.tar.gz", "has_sig": false, "md5_digest": "c5d15c973accc1b1048bb711c136bc5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2027, "upload_time": "2014-11-21T23:54:02", "url": "https://files.pythonhosted.org/packages/e0/65/17066ce2a914a500dd714601bb622d263362b2a607c5138ea51a35983121/django-redis-mailer-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "c193c86d80a9bd24fbe6ed14ff19b059", "sha256": "92fb0240ba20ab0c65e49a88d747a76a94bd052a56a527701221b1504a5c85b4" }, "downloads": -1, "filename": "django-redis-mailer-0.2.tar.gz", "has_sig": false, "md5_digest": "c193c86d80a9bd24fbe6ed14ff19b059", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2805, "upload_time": "2014-11-22T11:29:38", "url": "https://files.pythonhosted.org/packages/a7/67/a165319ef17587ed57c4eec8f4dfb1f6f566fa5eb1518dbd1cfa9c5479d4/django-redis-mailer-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c193c86d80a9bd24fbe6ed14ff19b059", "sha256": "92fb0240ba20ab0c65e49a88d747a76a94bd052a56a527701221b1504a5c85b4" }, "downloads": -1, "filename": "django-redis-mailer-0.2.tar.gz", "has_sig": false, "md5_digest": "c193c86d80a9bd24fbe6ed14ff19b059", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2805, "upload_time": "2014-11-22T11:29:38", "url": "https://files.pythonhosted.org/packages/a7/67/a165319ef17587ed57c4eec8f4dfb1f6f566fa5eb1518dbd1cfa9c5479d4/django-redis-mailer-0.2.tar.gz" } ] }