{ "info": { "author": "Dwaiter.com", "author_email": "dev@dwaiter.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Communications :: Email", "Topic :: Utilities" ], "description": "Installation\n============\n\nYou must have setuptools installed.\n\nFrom PyPI:\n\n::\n\n pip install django_mailqueue_backend\n\nOr download a package from the\n`PyPI `__ or the\n`BitBucket\npage `__:\n\n::\n\n pip install \n\nOr unpack the package and:\n\n::\n\n python setup.py install.\n\nDependencies\n------------\n\nDjango >=1.4,<1.5,>=1.6 and its dependencies.\n\nqueue-front >= 0.7.2 located at:\nhttps://bitbucket.org/dwaiter/queue-front/ or\nhttps://pypi.python.org/pypi/queue-front. Note that queue-front also has\ndependencies. See `this\npage `__ for more details.\n\nIntegration\n-----------\n\nIn your Django settings.py file insert the following in an appropriate\nplace:\n\n::\n\n ...\n\n INSTALLED_APPS = [\n ...\n \"mailqueue_backend\",\n ...\n ]\n\n ...\n\n EMAIL_BACKEND = \"mailqueue_backend.mail.smtp.QueuedEmailBackend\"\n ...\n\nThat is it. You should run the following command by any regular means\nthat you prefer (cron, celery, etc):\n\n::\n\n ./manage.py process_mail_queue\n\nMail Storage\n============\n\nMail is stored in a queue. The backend for the queue is specified by you\nin the queue-front app.\n\nCompatibility\n=============\n\nThis module has been tested with the following: (Note that python 3.0\ncompatibility is dependent on the backend queue you choose to use with\nthe queue-front dependency.)\n\n- python 2.7 django 1.4\n- python 2.7 django 1.6\n- python 2.7 django 1.7\n- python 3.2 django 1.6\n- python 3.2 django 1.7\n- python 3.3 django 1.6\n- python 3.3 django 1.7\n- python 3.4 django 1.6\n- python 3.4 django 1.7\n\nAdvanced\n========\n\nPackages Security\n-----------------\n\nThis module, when packaged, is signed with the following key:\n\nMario Rosa's Key with id 0x8EBBFA6F (full fingerprint F261 96E4 8EF2\nED4A 26F8 58E9 04AA 48D1 8EBB FA6F) and his email is mario@dwaiter.com\n\nYou can find this key on servers like\n`pgp.mit.edu `__.\n\nAdditional Settings\n-------------------\n\nMAIL\\_QUEUE\\_NAME\n~~~~~~~~~~~~~~~~~\n\nDefault: \"MAIL\\_QUEUE\"\n\nSet the name of the queue.\n\nMAIL\\_QUEUE\\_LOG\\_FILENAME\n~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nDefault: \"smtp.mail\\_queue.mail\\_queue\\_fail.log\"\n\nA log to this file will be made when a message is discarded.\n\nMAIL\\_QUEUE\\_LOG\\_FILE\\_MAXBYTES\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nDefault: 5242880 (Integer) aka 5MB\n\nMaximum size of a log file.\n\nMAIL\\_QUEUE\\_LOG\\_FILE\\_BACKUP\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nDefault: 5 (Integer)\n\nNumber (n) of files in log rotation. A new backup is created once\nMAXBYTES is reached in the current log file up to n many log files. The\noldest log file is deleted on rotation (i.e. n+1).\n\nMAIL\\_QUEUE\\_EXPIRE\n~~~~~~~~~~~~~~~~~~~\n\nDefault: 86400 (Integer) aka 1 day\n\nThe amount of time in seconds until a failed email is discarded from the\nqueue.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/dwaiter/django-mailqueue-backend", "keywords": "django mail queue smtp backend", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-mailqueue-backend", "package_url": "https://pypi.org/project/django-mailqueue-backend/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-mailqueue-backend/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/dwaiter/django-mailqueue-backend" }, "release_url": "https://pypi.org/project/django-mailqueue-backend/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Simple Mail Queuing Backend for Django.", "version": "0.1.2" }, "last_serial": 3090211, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "127dfda056032873fa993e7d701694e7", "sha256": "cc70454110847eae32f128c2653d2ae3e1ac1831e1101f29ed4774b3fa4d95fe" }, "downloads": -1, "filename": "django-mailqueue-backend-0.1.0.tar.gz", "has_sig": true, "md5_digest": "127dfda056032873fa993e7d701694e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6407, "upload_time": "2013-11-16T04:46:44", "url": "https://files.pythonhosted.org/packages/6c/00/2e66a7420ffa984637dcf4e489bdb84b5c11dc53561ef21364ab7dc5ffb8/django-mailqueue-backend-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ceabeb9ddb02883b0baf9a5096e0d4f6", "sha256": "5205b6ca69b35797239ddc303a303bdab5643b9039be120ebcc8f766f6d75dc1" }, "downloads": -1, "filename": "django-mailqueue-backend-0.1.1.tar.gz", "has_sig": true, "md5_digest": "ceabeb9ddb02883b0baf9a5096e0d4f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6892, "upload_time": "2014-01-20T15:08:03", "url": "https://files.pythonhosted.org/packages/8f/83/9171d9924eed53eb486ef18b9ae0c25c81279f367ad5b492187898da8333/django-mailqueue-backend-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "bdf3055005943e8439292e4f4b65a897", "sha256": "7d058a8d7cae71aee8f1d7dbc7890c175adcd3da2275e77b7eb989e8259bf2a7" }, "downloads": -1, "filename": "django-mailqueue-backend-0.1.2.tar.gz", "has_sig": true, "md5_digest": "bdf3055005943e8439292e4f4b65a897", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7042, "upload_time": "2015-01-09T15:47:15", "url": "https://files.pythonhosted.org/packages/29/b6/f75af2fbe0ca1341f1d8e90861253db09c6bdb022cbae28cd5706bf6770f/django-mailqueue-backend-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bdf3055005943e8439292e4f4b65a897", "sha256": "7d058a8d7cae71aee8f1d7dbc7890c175adcd3da2275e77b7eb989e8259bf2a7" }, "downloads": -1, "filename": "django-mailqueue-backend-0.1.2.tar.gz", "has_sig": true, "md5_digest": "bdf3055005943e8439292e4f4b65a897", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7042, "upload_time": "2015-01-09T15:47:15", "url": "https://files.pythonhosted.org/packages/29/b6/f75af2fbe0ca1341f1d8e90861253db09c6bdb022cbae28cd5706bf6770f/django-mailqueue-backend-0.1.2.tar.gz" } ] }