{ "info": { "author": "Yuri Lya", "author_email": "yuri.lya@fogstream.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "Introduction\n============\n\ndjango-fs-email-helper is the Django-related reusable app provides the ability to send multipart emails and store them in a database.\n\nThe distinctive feature of this app is storing sent emails in database. It means that you have ability to check each sent email from admin interface.\n\n\nInstallation\n============\n\n1. Install ``django-fs-email-helper`` using ``pip``::\n\n $ pip install django-fs-email-helper\n\n2. Add ``'email_helper'`` to your ``INSTALLED_APPS`` setting::\n\n INSTALLED_APPS = (\n ...\n 'email_helper',\n ...\n )\n\n3. Run ``syncdb`` or ``migrate``::\n\n $ ./manage.py syncdb\n\n or\n\n $ ./manage.py migrate\n\n\nUsage\n=====\n\nJust import ``send_email`` function and use it::\n\n from email_helper import send_email\n\n send_email('from_email@example.com', 'to_email@example.com', 'email_helper/email_template.html', {})\n\n send_email('from_email@example.com', ['to_email_1@example.com', 'to_email_2@example.com'], 'email_helper/email_template.html', {})\n\n\nCredits\n=======\n\n`Fogstream `_\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/fogstream/django-fs-email-helper", "keywords": "", "license": "The MIT License (MIT)", "maintainer": "", "maintainer_email": "", "name": "django-fs-email-helper", "package_url": "https://pypi.org/project/django-fs-email-helper/", "platform": "", "project_url": "https://pypi.org/project/django-fs-email-helper/", "project_urls": { "Homepage": "https://bitbucket.org/fogstream/django-fs-email-helper" }, "release_url": "https://pypi.org/project/django-fs-email-helper/0.3/", "requires_dist": null, "requires_python": "", "summary": "The Django-related reusable app provides the ability to send multipart emails and store them in a database.", "version": "0.3" }, "last_serial": 2421252, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2a70f80737df0adb1c1245fe06c450ec", "sha256": "d72d45be858e7293781a9cb35d38faa13b1f47bf7c8e803bd419663e6f9506c6" }, "downloads": -1, "filename": "django-fs-email-helper-0.1.tar.gz", "has_sig": false, "md5_digest": "2a70f80737df0adb1c1245fe06c450ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4920, "upload_time": "2014-05-10T07:11:35", "url": "https://files.pythonhosted.org/packages/e1/49/7c77b8e777215aa55b231a20d15c3545daf53f25fb5e07bec24b518370d4/django-fs-email-helper-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "559823eeb725d8cdb021931bbf163c90", "sha256": "5021bb32b64e6004b3c27fb0bead2d6c81c9fd8670709a6a4302c97b6e420f16" }, "downloads": -1, "filename": "django-fs-email-helper-0.2.tar.gz", "has_sig": false, "md5_digest": "559823eeb725d8cdb021931bbf163c90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4992, "upload_time": "2014-05-13T07:57:12", "url": "https://files.pythonhosted.org/packages/03/59/8ea290b33d035ce656f80a5f3f316c15352bc76b9beb8169cdfff9dc7a46/django-fs-email-helper-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "3836fba596d9b922da4ab9166da65afb", "sha256": "4be1677ad9ce3de700966412203829cd65f55acd258c26d9a9840a906aae08de" }, "downloads": -1, "filename": "django-fs-email-helper-0.2.1.tar.gz", "has_sig": false, "md5_digest": "3836fba596d9b922da4ab9166da65afb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5112, "upload_time": "2014-07-07T23:03:25", "url": "https://files.pythonhosted.org/packages/7c/ae/3a54f2ec9d2509eb1e46c280c7f186f64cb7735d3f4845b8a1dcf0eb3a6e/django-fs-email-helper-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "23041e6c66959d7cf420f844596b9217", "sha256": "124ce118f8addef24b06764d283aa0ea358fbda1a8c7707cea2c732fa4e2810f" }, "downloads": -1, "filename": "django-fs-email-helper-0.2.2.tar.gz", "has_sig": false, "md5_digest": "23041e6c66959d7cf420f844596b9217", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5109, "upload_time": "2015-05-22T03:41:52", "url": "https://files.pythonhosted.org/packages/01/7b/b6c8d4f39a4646a52108abc3096a568f593d2b1f1d231c496efb39b690b4/django-fs-email-helper-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "3b448028b58f1df060049226fab98b7c", "sha256": "f6556d9e1b2e20a9da4c8cf4d65e40ccf5800c7cdff865b67cc685c90b3e863e" }, "downloads": -1, "filename": "django-fs-email-helper-0.2.3.tar.gz", "has_sig": false, "md5_digest": "3b448028b58f1df060049226fab98b7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5119, "upload_time": "2015-05-22T04:54:52", "url": "https://files.pythonhosted.org/packages/aa/4a/877855960138b69635a17a179346c7239af453c64a90a77ef881ff88b690/django-fs-email-helper-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "0a8534939c25c0c447d005ead8e8e556", "sha256": "8aa41b515d298127209f006112bb1522b4fed8c16ffa3c2cbd0faaf4758456ce" }, "downloads": -1, "filename": "django-fs-email-helper-0.2.4.tar.gz", "has_sig": false, "md5_digest": "0a8534939c25c0c447d005ead8e8e556", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5121, "upload_time": "2015-05-22T04:58:58", "url": "https://files.pythonhosted.org/packages/54/6e/02c1d56a121aaae57ed14540b329a57b7e19a23be1f3d8386e13fce042e2/django-fs-email-helper-0.2.4.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "89077f28711a9e7a2c75943ec73008f0", "sha256": "61914c9da2cca867e1d0ab60ea517ae57a835dc26f3778c3fe15c7834067a308" }, "downloads": -1, "filename": "django_fs_email_helper-0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "89077f28711a9e7a2c75943ec73008f0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7438, "upload_time": "2016-10-25T05:12:33", "url": "https://files.pythonhosted.org/packages/36/5a/c0a85197423193a69d7f8d61f7ca9c3258a4a64c01e18b3199f7f4f03676/django_fs_email_helper-0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00980e3647be5ac2cfdee7a7af279e80", "sha256": "42b1e09b97397eb707ce3e72c6dc777227adf690e43d9986be7b211efb1c7600" }, "downloads": -1, "filename": "django-fs-email-helper-0.3.tar.gz", "has_sig": false, "md5_digest": "00980e3647be5ac2cfdee7a7af279e80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4923, "upload_time": "2016-10-25T05:12:29", "url": "https://files.pythonhosted.org/packages/d8/03/a2857dbda2a11e0c0c94d777e8f3b8c297a94c6cf6509d8167652de2829e/django-fs-email-helper-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "89077f28711a9e7a2c75943ec73008f0", "sha256": "61914c9da2cca867e1d0ab60ea517ae57a835dc26f3778c3fe15c7834067a308" }, "downloads": -1, "filename": "django_fs_email_helper-0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "89077f28711a9e7a2c75943ec73008f0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7438, "upload_time": "2016-10-25T05:12:33", "url": "https://files.pythonhosted.org/packages/36/5a/c0a85197423193a69d7f8d61f7ca9c3258a4a64c01e18b3199f7f4f03676/django_fs_email_helper-0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "00980e3647be5ac2cfdee7a7af279e80", "sha256": "42b1e09b97397eb707ce3e72c6dc777227adf690e43d9986be7b211efb1c7600" }, "downloads": -1, "filename": "django-fs-email-helper-0.3.tar.gz", "has_sig": false, "md5_digest": "00980e3647be5ac2cfdee7a7af279e80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4923, "upload_time": "2016-10-25T05:12:29", "url": "https://files.pythonhosted.org/packages/d8/03/a2857dbda2a11e0c0c94d777e8f3b8c297a94c6cf6509d8167652de2829e/django-fs-email-helper-0.3.tar.gz" } ] }