{ "info": { "author": "Noe Nieto", "author_email": "nnieto@noenieto.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: No Input/Output (Daemon)", "Environment :: Web Environment", "Framework :: Buildout", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Communications :: Email", "Topic :: Software Development", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Networking", "Topic :: Utilities" ], "description": "collective.recipe.maildump\n==========================\n\n.. contents::\n\nIntroduction\n------------\n\nThis recipe installs `maildump `_ a\npython-based clone of the awesome `MailCatcher `_\ntool.\n\nInstallation\n------------\n\nLook at this example::\n\n [buildout]\n parts = maildump\n\n [maildump]\n recipe = collective.recipe.maildump\n\nThat's all.\n\nHow to use it\n-------------\n\nJust run ``bin/maildumpctl``. By default it will start the web server on port\n``1080`` and the smtp server on port ``1025``.\n\nConfigure your application to use the SMTP server on localhost, port 25, no\nuser, and no password.\n\nFor example, on django add the following to you ``settings.py`` file::\n\n EMAIL_HOST = \"localhost\"\n EMAIL_HOST_USER = \"\"\n EMAIL_HOST_PASSWORD = \"\"\n EMAIL_PORT = 1025\n EMAIL_USE_TLS = False\n DEFAULT_FROM_EMAIL='contacto@holokinesislibros.com'\n SERVER_EMAIL = 'contacto@holokinesislibros.com'\n\nCHANGES\n=======\n\n0.2.2 (2016-01-10)\n------------------\n\n* Packaging issues\n\n0.2.1 (2016-01-09)\n------------------\n\n* Including missing files in release\n\n0.2 (2015-07-12)\n------------------\n\n* Initial release to PyPI.", "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/collective/collective.recipe.maildump", "keywords": "buildout recipe maildump", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "collective.recipe.maildump", "package_url": "https://pypi.org/project/collective.recipe.maildump/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.recipe.maildump/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/collective/collective.recipe.maildump" }, "release_url": "https://pypi.org/project/collective.recipe.maildump/0.2.2/", "requires_dist": null, "requires_python": null, "summary": "Buildout recipe to install maildump", "version": "0.2.2" }, "last_serial": 1898575, "releases": { "0.1": [], "0.2": [ { "comment_text": "", "digests": { "md5": "f4b6665ce2c74845d3217bd077be44b2", "sha256": "2584efab1baa7481160448573be60f5fc9cae53caaeb5bc47e1d6ccee2b5d316" }, "downloads": -1, "filename": "collective.recipe.maildump-0.2.tar.gz", "has_sig": false, "md5_digest": "f4b6665ce2c74845d3217bd077be44b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2986, "upload_time": "2015-07-12T01:16:32", "url": "https://files.pythonhosted.org/packages/b0/d8/68d8c5e79f1721554da5a41720136c59f127678ac3f90fb8c3e474d8b757/collective.recipe.maildump-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "b169b3fdd3a0957bbee4ceaa636948c4", "sha256": "2285a34ea2da5e980cd47090bd48e7f7f368f9350364bca7e7cdad014868d0c4" }, "downloads": -1, "filename": "collective.recipe.maildump-0.2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "b169b3fdd3a0957bbee4ceaa636948c4", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5545, "upload_time": "2016-01-09T20:31:54", "url": "https://files.pythonhosted.org/packages/48/38/6a47f2e64cf90f02f9a2940b1b2fb71924fdce352bee8e13c3e208d572d8/collective.recipe.maildump-0.2.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aa935bc0b9e0a8282ec84cda85b33590", "sha256": "f8a10605771debfbfbafc27e5c49b1fccdeb6e1215018a1eb3d8d7887a9396fb" }, "downloads": -1, "filename": "collective.recipe.maildump-0.2.1.tar.gz", "has_sig": false, "md5_digest": "aa935bc0b9e0a8282ec84cda85b33590", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4134, "upload_time": "2016-01-09T20:31:48", "url": "https://files.pythonhosted.org/packages/e2/20/46cac56717a7d46ed7d6c58bff4e212a92fca9bdb03c31e87b958b0a53b8/collective.recipe.maildump-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "fe27d5d82798c90ca4da6084a14fca2a", "sha256": "e222be758a6bddab6e22bd7de3308350234697e179dd3b84446caedf136f2424" }, "downloads": -1, "filename": "collective.recipe.maildump-0.2.2-py2-none-any.whl", "has_sig": false, "md5_digest": "fe27d5d82798c90ca4da6084a14fca2a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5580, "upload_time": "2016-01-11T05:39:52", "url": "https://files.pythonhosted.org/packages/08/4c/11e47ba7f9339c7231c5792d3f4389ce99a14431d5f367a3752fc97d55bb/collective.recipe.maildump-0.2.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1fe255e8c8b0abe5a9103565c2432c3b", "sha256": "9a472e5389e5014b981531bb82df1df7360708a1af07a80d22f72c317f6ffa0d" }, "downloads": -1, "filename": "collective.recipe.maildump-0.2.2.tar.gz", "has_sig": false, "md5_digest": "1fe255e8c8b0abe5a9103565c2432c3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4231, "upload_time": "2016-01-11T05:39:44", "url": "https://files.pythonhosted.org/packages/78/1e/a6158a66e9097acf5a83a751df5bdd6fc4aafab91b7ead4971bfae2dd195/collective.recipe.maildump-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fe27d5d82798c90ca4da6084a14fca2a", "sha256": "e222be758a6bddab6e22bd7de3308350234697e179dd3b84446caedf136f2424" }, "downloads": -1, "filename": "collective.recipe.maildump-0.2.2-py2-none-any.whl", "has_sig": false, "md5_digest": "fe27d5d82798c90ca4da6084a14fca2a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5580, "upload_time": "2016-01-11T05:39:52", "url": "https://files.pythonhosted.org/packages/08/4c/11e47ba7f9339c7231c5792d3f4389ce99a14431d5f367a3752fc97d55bb/collective.recipe.maildump-0.2.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1fe255e8c8b0abe5a9103565c2432c3b", "sha256": "9a472e5389e5014b981531bb82df1df7360708a1af07a80d22f72c317f6ffa0d" }, "downloads": -1, "filename": "collective.recipe.maildump-0.2.2.tar.gz", "has_sig": false, "md5_digest": "1fe255e8c8b0abe5a9103565c2432c3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4231, "upload_time": "2016-01-11T05:39:44", "url": "https://files.pythonhosted.org/packages/78/1e/a6158a66e9097acf5a83a751df5bdd6fc4aafab91b7ead4971bfae2dd195/collective.recipe.maildump-0.2.2.tar.gz" } ] }