{ "info": { "author": "Rudolph Froger", "author_email": "rudolphfroger@dreamsolution.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Communications :: Email :: Filters" ], "description": "django-filtered-mail\n====================\n\nDjango Email Backend which only sends to whitelisted recipients\n\nThis email backend behaves just like the default SMTP backend\nexcept that it only sends messages to a select set of addresses.\n\nUse the setting `EMAIL_ALLOWED_RECIPIENTS` to specify allowed addresses as\nregular expressions. The filter uses the Python 'match' method to check\nthe regular expressions against the email recipients.\n\nIt only matches the email addresses and not the optional 'name' part of\nrecipients. All addresses are lowercased before matching.\n\nExample settings:\n\n EMAIL_BACKEND = 'django_filtered_mail.mail.EmailBackend'\n\n EMAIL_ALLOWED_RECIPIENTS = (\n r'^.*@dreamsolution.nl$',\n r'^some.one@gmail.com$',\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/rudolphfroger/django-filtered-mail", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-filtered-mail", "package_url": "https://pypi.org/project/django-filtered-mail/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-filtered-mail/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rudolphfroger/django-filtered-mail" }, "release_url": "https://pypi.org/project/django-filtered-mail/0.2/", "requires_dist": null, "requires_python": null, "summary": "Django Email Backend which only sends to whitelisted recipients", "version": "0.2" }, "last_serial": 1337263, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d6cb6a0d4680cf067f869ebd25c9325c", "sha256": "b6f6c117c185eb9ab19d51c5d23bf1910984db8b3868cad44900d87176ca6760" }, "downloads": -1, "filename": "django-filtered-mail-0.1.tar.gz", "has_sig": false, "md5_digest": "d6cb6a0d4680cf067f869ebd25c9325c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2761, "upload_time": "2013-12-16T10:48:17", "url": "https://files.pythonhosted.org/packages/29/9c/00edf3c7e58ebbf3e9f0df3c7d29c1b1391ab84dbe87c78587c9cd831bca/django-filtered-mail-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "46b4d9a272d44763ab97a7192135283e", "sha256": "fd7e2377a085ba75ecc39e70e73345bfdf9a99e3e717e7b6b43f740572f391d8" }, "downloads": -1, "filename": "django-filtered-mail-0.2.tar.gz", "has_sig": false, "md5_digest": "46b4d9a272d44763ab97a7192135283e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2960, "upload_time": "2014-12-09T16:12:56", "url": "https://files.pythonhosted.org/packages/86/9c/1b1dbd0e4abeec097ca294064e9419fdefa875902ea5726b66561a9e70b4/django-filtered-mail-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "46b4d9a272d44763ab97a7192135283e", "sha256": "fd7e2377a085ba75ecc39e70e73345bfdf9a99e3e717e7b6b43f740572f391d8" }, "downloads": -1, "filename": "django-filtered-mail-0.2.tar.gz", "has_sig": false, "md5_digest": "46b4d9a272d44763ab97a7192135283e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2960, "upload_time": "2014-12-09T16:12:56", "url": "https://files.pythonhosted.org/packages/86/9c/1b1dbd0e4abeec097ca294064e9419fdefa875902ea5726b66561a9e70b4/django-filtered-mail-0.2.tar.gz" } ] }