{ "info": { "author": "Jan \u010ce\u0161pivo, COEX CZ s.r.o (http://www.coex.cz)", "author_email": "jan.cespivo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "django-smtp-alternative\n=======================\n\nDjango email backend providing sending with alternative SMTP server if primary server fails\n\nInstallation\n------------\n\n.. code:: bash\n\n pip install django-smtp-alternative\n\n\nUsage\n-----\n\nEdit settings.py\n\n.. code:: python\n\n EMAIL_BACKEND = \"django_smtp_alternative.EmailBackend\"\n\n ALTERNATIVE_EMAIL_HOST = 'alternative.host'\n ALTERNATIVE_EMAIL_PORT = '25'\n\nFollowing settings are not required, if some is not defined or set to None, is used default settings acording to primary SMTP configuration.\n\n.. code:: python\n\n ALTERNATIVE_EMAIL_HOST_USER = 'username'\n ALTERNATIVE_EMAIL_HOST_PASSWORD = 'password'\n ALTERNATIVE_EMAIL_USE_TLS = False\n\nLicense\n-------\n\nLGPLv3\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/COEXCZ/django-smtp-alternative", "keywords": null, "license": "LGPLv3", "maintainer": null, "maintainer_email": null, "name": "django-smtp-alternative", "package_url": "https://pypi.org/project/django-smtp-alternative/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-smtp-alternative/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/COEXCZ/django-smtp-alternative" }, "release_url": "https://pypi.org/project/django-smtp-alternative/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Django email backend providing sending with alternative SMTP server if primary server fails", "version": "1.0.0" }, "last_serial": 1431161, "releases": { "0.0.1a": [ { "comment_text": "", "digests": { "md5": "400157e2ac6995a5e4374ce94251a141", "sha256": "d2eb2027a4d46d5d7344c8841b829d54df0f8662ddcf56f9d9fb61e2883ef644" }, "downloads": -1, "filename": "django-smtp-alternative-0.0.1a.tar.gz", "has_sig": false, "md5_digest": "400157e2ac6995a5e4374ce94251a141", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1928, "upload_time": "2014-09-30T11:46:41", "url": "https://files.pythonhosted.org/packages/41/30/d7473c0647e5100d7790ed7c3b5a946788aea830b263bbfe080ce75bd624/django-smtp-alternative-0.0.1a.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "5e52c7a5eec61dab39fdc9fef08a5ffc", "sha256": "9f01c032e217262c91fe8620de92340fb22b3863c0fc0134c89f6780160a42d5" }, "downloads": -1, "filename": "django-smtp-alternative-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5e52c7a5eec61dab39fdc9fef08a5ffc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1900, "upload_time": "2014-09-30T12:34:03", "url": "https://files.pythonhosted.org/packages/99/5f/28b251d879cfb7b5e08917f80972cbebb7cac64c2505138f68aafdc4d243/django-smtp-alternative-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5e52c7a5eec61dab39fdc9fef08a5ffc", "sha256": "9f01c032e217262c91fe8620de92340fb22b3863c0fc0134c89f6780160a42d5" }, "downloads": -1, "filename": "django-smtp-alternative-1.0.0.tar.gz", "has_sig": false, "md5_digest": "5e52c7a5eec61dab39fdc9fef08a5ffc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1900, "upload_time": "2014-09-30T12:34:03", "url": "https://files.pythonhosted.org/packages/99/5f/28b251d879cfb7b5e08917f80972cbebb7cac64c2505138f68aafdc4d243/django-smtp-alternative-1.0.0.tar.gz" } ] }