{ "info": { "author": "Micropyramid", "author_email": "hello@micropyramid.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-ses-gateway's documentation:\n=====================================\n.. image:: https://travis-ci.org/MicroPyramid/django-ses-gateway.svg?branch=master\n :target: https://travis-ci.org/MicroPyramid/django-ses-gateway\n\n.. image:: https://img.shields.io/pypi/dm/django-ses-gateway.svg\n :target: https://pypi.python.org/pypi/django-ses-gateway\n :alt: Downloads\n\n.. image:: https://img.shields.io/pypi/v/django-ses-gateway.svg\n :target: https://pypi.python.org/pypi/django-ses-gateway\n :alt: Latest Release\n\n.. image:: https://coveralls.io/repos/github/MicroPyramid/django-ses-gateway/badge.svg?branch=master\n :target: https://coveralls.io/github/MicroPyramid/django-ses-gateway?branch=master\n\n.. image:: https://landscape.io/github/MicroPyramid/django-ses-gateway/master/landscape.svg?style=flat\n :target: https://landscape.io/github/MicroPyramid/django-ses-gateway/master\n :alt: Code Health\n\n.. image:: https://img.shields.io/github/license/micropyramid/django-ses-gateway.svg\n :target: https://pypi.python.org/pypi/django-ses-gateway/\n\nIntroduction:\n=============\n\n`Django ses gateway`_ is used for sending mails from your verified domains and verifed emails with less cost. We can also use django-ses-gateway for receive messages and deliver them to an Amazon S3 bucket in an enctypted format, call your custom code via an AWS Lambda function, or publish notifications to Amazon SNS to process the response.\n\n\nInstallation Procedure\n======================\n\n1. Install django-ses-gateway using the following command::\n\n pip install django-ses-gateway\n\n \t\t(or)\n\n git clone git://github.com/micropyramid/django-ses-gateway.git\n\n cd django-ses-gateway\n\n python setup.py install\n\n\n2. After installing/cloning this, add the following details in settings file to send/receive emails notifications ::\n\n # AWS details\n\n AWS_ACCESS_KEY_ID = \"Your AWS Access Key\"\n\n AWS_SECRET_ACCESS_KEY = \"Your AWS Secret Key\"\n\n\nUsage:\n=======\n\n1. Sending an email::\n\n sending_mail(subject, email_template_name, context, from_email, to_email)\n\n2. Receiving an email::\n\n from django_ses_gateway.receiving_mail import sns_notification\n subject, from_mail, to_mail, hash_code, mail_content = sns_notification(request.body)\n\nIt will process the your message content, will return the email subject, from mail, to email(abc@yourdomain.com), hashcode(abc), mail content.\n\n\nWe welcome your feedback and support, raise `github ticket`_ if you want to report a bug. Need new features? `Contact us here`_\n\n.. _contact us here: https://micropyramid.com/contact-us/\n\n.. _contact us here: https://micropyramid.com/contact-us/\n.. _avaliable online: http://django-ses-gateway.readthedocs.io/en/latest/\n.. _github ticket: https://github.com/MicroPyramid/django-ses-gateway/issues\n.. _Django ses gateway: https://micropyramid.com/oss/", "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/chaitu210/django-ses-gateway", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-ses-gateway", "package_url": "https://pypi.org/project/django-ses-gateway/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-ses-gateway/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/chaitu210/django-ses-gateway" }, "release_url": "https://pypi.org/project/django-ses-gateway/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A django package which act as a gateway to send and receive email with amazon SES.", "version": "0.1.1" }, "last_serial": 2455218, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e37f3af7de0f52a50812cb8dfe7d067a", "sha256": "2d42fc89eeae32729d1e74a9f1dcb21ad97b86d361388052c52a9ce8923c7363" }, "downloads": -1, "filename": "django-ses-gateway-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e37f3af7de0f52a50812cb8dfe7d067a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2199, "upload_time": "2016-08-12T05:51:29", "url": "https://files.pythonhosted.org/packages/7b/4b/aef7a7d46e14f27be2944539d257a76a52d196140b8ef4c39730aa1f602b/django-ses-gateway-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "39762f797874ddef87df444699d25611", "sha256": "5417297b5a2c90c3e8661c9936cfbdd98647336f0029ec8af872271b6700d421" }, "downloads": -1, "filename": "django-ses-gateway-0.0.2.tar.gz", "has_sig": false, "md5_digest": "39762f797874ddef87df444699d25611", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2276, "upload_time": "2016-08-12T06:36:18", "url": "https://files.pythonhosted.org/packages/43/d0/7409e545a840e8a2e766ddac23ba7773708b48de3420da2b0d9998614a22/django-ses-gateway-0.0.2.tar.gz" } ], "0.1": [ { "comment_text": "", "digests": { "md5": "251e551a1e14fb0a85fc91f530b31fb2", "sha256": "584c1c8af74cb740ad2fe20eb53b22219fe78aa8635a9ebaaa8bcdb0d49a6038" }, "downloads": -1, "filename": "django-ses-gateway-0.1.tar.gz", "has_sig": false, "md5_digest": "251e551a1e14fb0a85fc91f530b31fb2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3205, "upload_time": "2016-08-12T10:55:39", "url": "https://files.pythonhosted.org/packages/de/27/17bef99026c5da51f14f03c920359c6ae0427781507ca8af90c02cb9f19f/django-ses-gateway-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ec6d326f546e4d4ff0aaa5d098ed6aa7", "sha256": "8f316e7205ef755e5a51c1fba966af7c3f8267dc53dd2de310560dc4d9a2c9be" }, "downloads": -1, "filename": "django-ses-gateway-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ec6d326f546e4d4ff0aaa5d098ed6aa7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3425, "upload_time": "2016-11-11T14:40:55", "url": "https://files.pythonhosted.org/packages/35/28/21bb857587eb8b594223c3d9527cadd382110df090201fd101fefb255bc7/django-ses-gateway-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ec6d326f546e4d4ff0aaa5d098ed6aa7", "sha256": "8f316e7205ef755e5a51c1fba966af7c3f8267dc53dd2de310560dc4d9a2c9be" }, "downloads": -1, "filename": "django-ses-gateway-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ec6d326f546e4d4ff0aaa5d098ed6aa7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3425, "upload_time": "2016-11-11T14:40:55", "url": "https://files.pythonhosted.org/packages/35/28/21bb857587eb8b594223c3d9527cadd382110df090201fd101fefb255bc7/django-ses-gateway-0.1.1.tar.gz" } ] }