{ "info": { "author": "Tobin Brown", "author_email": "tobin@brobin.me", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=================\nEmail Interceptor\n=================\n\nDjango email interceptor provides email backends to intercept outgoing mail and mail them to a specified email instead.\n\n-------\n\n|python| |pypi| |license| |travis| |django|\n\n-------\n\nQuickstart\n==========\n\nInstall via pip\n\n.. code-block:: bash\n\n pip install django-email-interceptor\n\nAdd to installed apps:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'email_interceptor',\n ...\n )\n\nChange the email backend to use interceptor and set an email to send the intercepted mail to:\n\n.. code-block:: python\n\n EMAIL_BACKEND = 'email_interceptor.backends.SmtpInterceptorBackend'\n\n INTERCEPTOR_EMAIL = 'test@example.com'\n\nTesting\n=======\n\nTo run tests, install the requirements for testing and run!\n\n.. code-block:: bash\n \n pip install -r requirements/test.txt\n python runtests.py\n\n\n.. |python| image:: https://img.shields.io/pypi/v/django-email-interceptor.svg?style=flat-square\n :target: https://pypi.python.org/pypi/django-email-interceptor/\n :alt: Supported Python versions\n\n.. |pypi| image:: https://img.shields.io/pypi/pyversions/django-email-interceptor.svg?style=flat-square\n :target: https://pypi.python.org/pypi/django-email-interceptor/\n :alt: Latest Version\n\n.. |license| image:: https://img.shields.io/pypi/l/django-email-interceptor.svg?style=flat-square\n :target: https://pypi.python.org/pypi/django-email-interceptor/\n :alt: License\n\n.. |travis| image:: https://img.shields.io/travis/Brobin/django-email-interceptor.svg?style=flat-square\n :target: https://travis-ci.org/Brobin/django-email-interceptor/\n :alt: Travis CI\n\n.. |django| image:: https://img.shields.io/badge/Django-1.8, 1.9-orange.svg?style=flat-square\n :target: http://djangoproject.com/\n :alt: Django 1.7, 1.8", "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/Brobin/django-email-interceptor", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-email-interceptor", "package_url": "https://pypi.org/project/django-email-interceptor/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-email-interceptor/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Brobin/django-email-interceptor" }, "release_url": "https://pypi.org/project/django-email-interceptor/0.1/", "requires_dist": null, "requires_python": null, "summary": "Simple backend to intercept emails during development", "version": "0.1" }, "last_serial": 2220153, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2c34535711478edd60f67eef3575dcd4", "sha256": "bd6bd768b452cc79eaa769293dfa5f6855559c73a963919b0ce19071307945c4" }, "downloads": -1, "filename": "django-email-interceptor-0.1.tar.gz", "has_sig": false, "md5_digest": "2c34535711478edd60f67eef3575dcd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3071, "upload_time": "2016-07-14T04:48:55", "url": "https://files.pythonhosted.org/packages/9d/14/89ad88dfd5ced4117a50351bf3e0550ad17dfc573ea880d9b7bebea7a729/django-email-interceptor-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2c34535711478edd60f67eef3575dcd4", "sha256": "bd6bd768b452cc79eaa769293dfa5f6855559c73a963919b0ce19071307945c4" }, "downloads": -1, "filename": "django-email-interceptor-0.1.tar.gz", "has_sig": false, "md5_digest": "2c34535711478edd60f67eef3575dcd4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3071, "upload_time": "2016-07-14T04:48:55", "url": "https://files.pythonhosted.org/packages/9d/14/89ad88dfd5ced4117a50351bf3e0550ad17dfc573ea880d9b7bebea7a729/django-email-interceptor-0.1.tar.gz" } ] }