{ "info": { "author": "Vyacheslav Sukhenko", "author_email": "eternalfame@mail.ru", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nDjango SendMail Form\n=====\n\nThis Django app provides the ability to send an email containing info about an object, that is created using form.\n\n\nExample\n-----------\n\n1. Install the package using pip::\n\n pip install django-sendmail-form\n\n2. Add the \"sendmail_form\" to your INSTALLED_APPS setting::\n\n INSTALLED_APPS = (\n ...\n 'sendmail_form',\n )\n\n3. import the SendMailFormMixin::\n\n from sendmail_form.forms import SendMailFormMixin\n\n4. Inherit your form::\n\n class MyForm(SendMailFormMixin, forms.ModelForm):\n ...\n subject_template = \"My feedback on {site_name}\"\n message_template = \"Somebody left a message on {site}.
\" \\\n \"You can read it in admin panel.
\" \\\n \"{message}\"\n\n5. Have fun!", "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/eternalfame/django-sendmail-form", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-sendmail-form", "package_url": "https://pypi.org/project/django-sendmail-form/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-sendmail-form/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/eternalfame/django-sendmail-form" }, "release_url": "https://pypi.org/project/django-sendmail-form/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app that provides ability to send email about object, created using form", "version": "0.1.1" }, "last_serial": 1981425, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b7a8eec7ec076faa8a474d660abe742b", "sha256": "c8efa2a6a75d7c46b7497387d4f8d1783fd606cd2d1f646a71b30510ba7ca5c5" }, "downloads": -1, "filename": "django-sendmail-form-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b7a8eec7ec076faa8a474d660abe742b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5092, "upload_time": "2016-02-24T02:14:56", "url": "https://files.pythonhosted.org/packages/c9/88/5ce38262f9ea3f416b76d359f501c5338e520e3addb0e5c8a99dd437c778/django-sendmail-form-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1b56452254b4f11a6cdf93cf97c467bd", "sha256": "80a4c3f428719a0b1f7641785db0702c803090bb33f421e2459690b00bfc0b24" }, "downloads": -1, "filename": "django-sendmail-form-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1b56452254b4f11a6cdf93cf97c467bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5064, "upload_time": "2016-02-29T01:58:53", "url": "https://files.pythonhosted.org/packages/7f/75/6657e001a5af7e13ff0b9a72ac520ed39e04ebc0e672dbaf0032ca4b96a6/django-sendmail-form-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1b56452254b4f11a6cdf93cf97c467bd", "sha256": "80a4c3f428719a0b1f7641785db0702c803090bb33f421e2459690b00bfc0b24" }, "downloads": -1, "filename": "django-sendmail-form-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1b56452254b4f11a6cdf93cf97c467bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5064, "upload_time": "2016-02-29T01:58:53", "url": "https://files.pythonhosted.org/packages/7f/75/6657e001a5af7e13ff0b9a72ac520ed39e04ebc0e672dbaf0032ca4b96a6/django-sendmail-form-0.1.1.tar.gz" } ] }