{ "info": { "author": "Ryan Balfanz", "author_email": "ryan@ryanbalfanz.net", "bugtrack_url": null, "classifiers": [], "description": "===============\ndjango-sendgrid\n===============\n\ndjango-sendgrid is the easiest way to send e-mail with SendGrid. It uses the SendGrid SMTP API, as recommended.\n\nAlthough it's rather simple to use, a example project is included to demonstrate usage.\n\n\nInstallation\n------------\n\nTo install with PyPi::\n\n\tpip install django-sendgrid\n\n\nUsage\n-----\n\nAdd ``sendgrid`` to your ``INSTALLED_APPS``::\n\n\tINSTALLED_APPS = (\n\t\t# Existing apps\n\t\t\"sendgrid\",\n\t)\n\nAdd the following to your ``settings``::\n\n\tSENDGRID_EMAIL_HOST = \"smtp.sendgrid.net\"\n\tSENDGRID_EMAIL_PORT = 587\n\tSENDGRID_EMAIL_USERNAME = \"your_sendgrid_username\"\n\tSENDGRID_EMAIL_PASSWORD = \"your_sendgrid_password\"\n\nThe API is similar to that of Django's; create a ``SendGridEmailMessage`` and send it::\n\t\n\t>>> from sendgrid.message import SendGridEmailMessage\n\t>>> email = SendGridEmailMessage('Subject', 'Body', 'ryan@ryanbalfanz.net', ['ryan@ryanbalfanz.net'])\n\t>>> email.send()\n\n\nAdditional Information\n----------------------\n\n - https://docs.djangoproject.com/en/1.3/topics/email/\n - http://ryanbalfanz.github.com/django-sendgrid/\n - http://pypi.python.org/pypi/django-sendgrid\n - http://djangopackages.com/packages/p/django-sendgrid/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://ryanbalfanz.github.com/django-sendgrid/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-sendgrid", "package_url": "https://pypi.org/project/django-sendgrid/", "platform": "any", "project_url": "https://pypi.org/project/django-sendgrid/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://ryanbalfanz.github.com/django-sendgrid/" }, "release_url": "https://pypi.org/project/django-sendgrid/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "django-sendgrid", "version": "1.0.1" }, "last_serial": 768721, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "529a644bfe0ba97af08c52d794ced00c", "sha256": "b4680eff02600d5ced3aaa63c0b735da9ca79eaf2e53a73a3118e6b345ef4b33" }, "downloads": -1, "filename": "django-sendgrid-0.1.0.tar.gz", "has_sig": false, "md5_digest": "529a644bfe0ba97af08c52d794ced00c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4582, "upload_time": "2012-01-14T01:22:39", "url": "https://files.pythonhosted.org/packages/76/35/40a0f39c2dfffda44e63ee1a30d65064e3a4362f788a7c97a7d356da275b/django-sendgrid-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0c24bae013952c8b187ea10576ebb1a9", "sha256": "99ae32bb902a232810b98a356cb1f42c1b5dffb735c08ed8ac41bac4e24dc375" }, "downloads": -1, "filename": "django-sendgrid-0.1.1.tar.gz", "has_sig": false, "md5_digest": "0c24bae013952c8b187ea10576ebb1a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4568, "upload_time": "2012-01-14T01:24:50", "url": "https://files.pythonhosted.org/packages/b0/10/c3d01c7815abf1d01c03b808ff32b306ba1cda977cc0ce22c3957b506d9d/django-sendgrid-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "3bfb6459645cd6d7147c012f905aacf8", "sha256": "8c3e69bdef0a6566f0ff65a2996cd2a55dbee13500f68a8395261686bf219198" }, "downloads": -1, "filename": "django-sendgrid-0.2.0.tar.gz", "has_sig": false, "md5_digest": "3bfb6459645cd6d7147c012f905aacf8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5642, "upload_time": "2012-01-25T21:23:28", "url": "https://files.pythonhosted.org/packages/d9/04/6078b34c80ff6231c06c614ee7cbcda4e34c2571d8a7daca870adb3d906e/django-sendgrid-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "4e13d0f1a85236142fd77681fe1d7589", "sha256": "4fdc81c2e5a1f27db57c7a6f499af0f7add4b0b697ed11563f0a49518dfc953f" }, "downloads": -1, "filename": "django-sendgrid-0.2.1.tar.gz", "has_sig": false, "md5_digest": "4e13d0f1a85236142fd77681fe1d7589", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5656, "upload_time": "2012-01-25T21:44:14", "url": "https://files.pythonhosted.org/packages/6f/8f/5dbf6c402a1bca2af35a37c0112a45d03d4aeddd1d40bf64d7a7a5148f79/django-sendgrid-0.2.1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "cbdf90d667277ac11ef13b7a0c52c6d5", "sha256": "62cafc475c70bc788b154577d9e1790b564a7c93d63e3e834713378d0fb7fcc0" }, "downloads": -1, "filename": "django-sendgrid-0.3.0.tar.gz", "has_sig": false, "md5_digest": "cbdf90d667277ac11ef13b7a0c52c6d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6669, "upload_time": "2012-01-29T10:32:52", "url": "https://files.pythonhosted.org/packages/22/e7/a47c4f351a50fb8f1221923b5ec9dc113417c82878453d181ece61c30bee/django-sendgrid-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "21687c04eda68e534b9ce93d2d962be1", "sha256": "cf86ce3b953082105ff10e32b23e4e2b5e4be6b823d666638f6692c7cc427f57" }, "downloads": -1, "filename": "django-sendgrid-0.4.0.tar.gz", "has_sig": false, "md5_digest": "21687c04eda68e534b9ce93d2d962be1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9424, "upload_time": "2012-02-17T23:14:42", "url": "https://files.pythonhosted.org/packages/ff/0a/b3090f6ca12a7262e4c74b799756368ec722dd45ae41457b35afdc4905fe/django-sendgrid-0.4.0.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "80ec0445ef1de44935c967003e7c9b0e", "sha256": "ace72ee00a179db0a9311a37ab308480459ff00705d3562048585d8e620c6c71" }, "downloads": -1, "filename": "django-sendgrid-0.4.1.tar.gz", "has_sig": false, "md5_digest": "80ec0445ef1de44935c967003e7c9b0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11430, "upload_time": "2012-02-23T08:40:21", "url": "https://files.pythonhosted.org/packages/32/71/af117075cd3d79ddfa855f52007de022a93cab2e51f8c025069f99acff6b/django-sendgrid-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "0df8bdb53ff65a2ebe8e6e59782adfe6", "sha256": "d63063ec8d519d35d1e716bdd4ac91e4e4e876aa74c34c47a155993e5898277a" }, "downloads": -1, "filename": "django-sendgrid-0.4.2.tar.gz", "has_sig": false, "md5_digest": "0df8bdb53ff65a2ebe8e6e59782adfe6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11580, "upload_time": "2012-03-25T03:15:29", "url": "https://files.pythonhosted.org/packages/21/e5/95b9a7bde6ac3ddde52f55486793689c89e5f3847dac1e26c7c4c647553d/django-sendgrid-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "586e99c0e491898f6598cb0b6249a6a7", "sha256": "f51c9ce03d327f3ca4223840c9dd15b627b1c688fe7f5ce88a797bf9ac82aec2" }, "downloads": -1, "filename": "django-sendgrid-0.4.3.tar.gz", "has_sig": false, "md5_digest": "586e99c0e491898f6598cb0b6249a6a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11645, "upload_time": "2012-03-27T23:14:54", "url": "https://files.pythonhosted.org/packages/a2/d3/e133d751ac1611e17c3072f2ec599a4210fcfc42f4b4346604b2f2e27f85/django-sendgrid-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "5e7ebd44791728fea3db5414e1ab2db5", "sha256": "29aa3fb483cb701daedfa9813d8f092097f963fc25711ecf1b448c2ba0dc9189" }, "downloads": -1, "filename": "django-sendgrid-0.4.4.tar.gz", "has_sig": false, "md5_digest": "5e7ebd44791728fea3db5414e1ab2db5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10156, "upload_time": "2012-06-22T20:39:38", "url": "https://files.pythonhosted.org/packages/ca/ca/d40c22e8e7404de53dc20ab1eba216095538687d377c63601a5a766748db/django-sendgrid-0.4.4.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "bcbd36e8e8943010eea11280e42b583a", "sha256": "f2111138aefbf62518a9c9b7881165cfb6fdb35fe77166f6fa96d90e1c946c57" }, "downloads": -1, "filename": "django-sendgrid-0.5.0.tar.gz", "has_sig": false, "md5_digest": "bcbd36e8e8943010eea11280e42b583a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13243, "upload_time": "2012-06-23T00:15:06", "url": "https://files.pythonhosted.org/packages/bf/17/0c1d0b391e5a1b4120364c82649062cea24900cbedfca34047ddf9fce0b1/django-sendgrid-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "ae5cedef3b44c1d208660b5b095e3db1", "sha256": "136304f1fb9f68d7039641966f0a1a32b7442042c4ba7e449b84183e38fe58d5" }, "downloads": -1, "filename": "django-sendgrid-0.5.1.tar.gz", "has_sig": false, "md5_digest": "ae5cedef3b44c1d208660b5b095e3db1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13755, "upload_time": "2012-06-23T08:20:06", "url": "https://files.pythonhosted.org/packages/25/2c/e0a204f4d4004e37062f6623fe8481653f9d06e36b63835f9285bbf4935c/django-sendgrid-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "facd7624c2c94def4fde0e33c8902fb3", "sha256": "a92d5b1c38d3044e5008a3e399c97cbc211edb6cd491f8866e4bee818c9f17df" }, "downloads": -1, "filename": "django-sendgrid-0.5.2.tar.gz", "has_sig": false, "md5_digest": "facd7624c2c94def4fde0e33c8902fb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13864, "upload_time": "2012-06-23T11:21:36", "url": "https://files.pythonhosted.org/packages/88/6f/a5aaeb78b5374546a48832cd8e6e51e2e1bf3d91a9e91ceb183ed6cd8aaf/django-sendgrid-0.5.2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "a75ed2a8897853ba189f210d43eb83e2", "sha256": "2dc270bb8c0786442257e301327e7a54b7c1c2997b1d7a812a6955ab2c3ae901" }, "downloads": -1, "filename": "django-sendgrid-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a75ed2a8897853ba189f210d43eb83e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21390, "upload_time": "2012-08-16T22:34:22", "url": "https://files.pythonhosted.org/packages/15/e5/8880b6573b97ce06409bca19713d016e4806ed7f72eecc9ee873a9f7592f/django-sendgrid-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "884470e0658e0412b387af07c7a9b9c2", "sha256": "9c0484747a797c4e033639807b91267776cf9cea9cfc71648db33cc3fd0e67f0" }, "downloads": -1, "filename": "django-sendgrid-1.0.1.tar.gz", "has_sig": false, "md5_digest": "884470e0658e0412b387af07c7a9b9c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21731, "upload_time": "2012-09-17T21:07:35", "url": "https://files.pythonhosted.org/packages/3e/93/9870159aa924360b02b427b1b501c3861723175645baaef005e5b00dc43c/django-sendgrid-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "884470e0658e0412b387af07c7a9b9c2", "sha256": "9c0484747a797c4e033639807b91267776cf9cea9cfc71648db33cc3fd0e67f0" }, "downloads": -1, "filename": "django-sendgrid-1.0.1.tar.gz", "has_sig": false, "md5_digest": "884470e0658e0412b387af07c7a9b9c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21731, "upload_time": "2012-09-17T21:07:35", "url": "https://files.pythonhosted.org/packages/3e/93/9870159aa924360b02b427b1b501c3861723175645baaef005e5b00dc43c/django-sendgrid-1.0.1.tar.gz" } ] }