{ "info": { "author": "Albert O'Connor", "author_email": "albert@albertoconnor.ca", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "=================\nChannels Sendmail\n=================\n\nSimple package to wrap Django's built-in `send_mail` function with\nchannels, sending the mail with whichever backend you are using\nasynchronously.\n\nInstall\n=======\n\nRequires Django 1.8+ and Channels.\n\n.. code:: bash\n\n pip install channels-sendmail\n\n\nUsage\n=====\n\nAdd to your routing\n\n.. code:: python\n\n channel_routing = [\n # ...\n include('sendmail.routing.channel_routing'),\n ]\n\nUse where you have used `django.core.mail.send_mail` in the past:\n\n.. code:: python\n\n from sendmail import send_mail\n\n send_mail(...) # Normal arguments to send_mail\n\n\nConfiguration\n=============\n\n* `CHANNELS_SENDMAIL_CHANNEL_NAME` which defaults to\n \"django.core.mail.send_mail\"", "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/albertoconnor/channels-sendmail", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "channels-sendmail", "package_url": "https://pypi.org/project/channels-sendmail/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/channels-sendmail/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/albertoconnor/channels-sendmail" }, "release_url": "https://pypi.org/project/channels-sendmail/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Simple package to wrap Django's built-in `send_mail` function with channels", "version": "0.0.1" }, "last_serial": 2190225, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3e23b6b728978a8a261c64002374f2a0", "sha256": "31e3f45dd1cf3fb970d25bc8d8b73606c3e42de1bb6ede7bd455b493d25fd135" }, "downloads": -1, "filename": "channels-sendmail-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3e23b6b728978a8a261c64002374f2a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2187, "upload_time": "2016-06-27T20:01:29", "url": "https://files.pythonhosted.org/packages/07/3d/5e29410c2b8bfd5de5c9bd0e49549b8eb299320edb7fd58947161c6663ac/channels-sendmail-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3e23b6b728978a8a261c64002374f2a0", "sha256": "31e3f45dd1cf3fb970d25bc8d8b73606c3e42de1bb6ede7bd455b493d25fd135" }, "downloads": -1, "filename": "channels-sendmail-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3e23b6b728978a8a261c64002374f2a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2187, "upload_time": "2016-06-27T20:01:29", "url": "https://files.pythonhosted.org/packages/07/3d/5e29410c2b8bfd5de5c9bd0e49549b8eb299320edb7fd58947161c6663ac/channels-sendmail-0.0.1.tar.gz" } ] }