{ "info": { "author": "Evernym, Inc.", "author_email": "dev@evernym.us", "bugtrack_url": null, "classifiers": [], "description": "# sovrin-notifier-email\n\n## Prerequisites\n- SMTP server running on localhost\n\n## Install SMTP server (if you don't have one already)\nThe most simple way on Ubuntu is to use sendmail\n```\nsudo apt-get install sendmail\n```\nTo check that it's working execute\n```\necho \"Subject: sendmail test\" | sendmail -v youremail@example.com -f alert@noreply.com\n```\nIf you get a email on your youremail@example.com then sendmail is working.\n\n## Install\n```\npip3 install indynotifieremail\nAdd INDY_NOTIFIER_EMAIL_RECIPIENTS=youremail@example.com to your /etc/environment \n```\nYou are required to set system environment variable INDY_NOTIFIER_EMAIL_RECIPIENTS.\n\n## Configuration\nPackage depends on two environment variables: \n- INDY_NOTIFIER_EMAIL_RECIPIENTS (required)\n- INDY_NOTIFIER_EMAIL_SENDER (optional)\n\n### INDY_NOTIFIER_EMAIL_RECIPIENTS\nINDY_NOTIFIER_EMAIL_RECIPIENTS should be a string in a format of:\n```\nrecipient1@adress.com [optional list of events the recipient is going to get],recipient2@adress.com [event list], ...\n```\nIf no list was provided the recipient is going to get notifications for all events.\nExample: \n```\nsteward1@company.com event1 event2, steward2@company.com, steward3@company.com event3\n```\nThis way steward1 is going to get notifications for event1 and event2, steward2 is going to get all possible notifications and steward3 is going to get notifications for event3 only.\n\nCurrent list of events can be found in [plenum](https://github.com/hyperledger/indy-plenum/blob/master/plenum/server/notifier_plugin_manager.py#L11).\n\n### INDY_NOTIFIER_EMAIL_SENDER\nBy default every email notification is going to be from alert@noreply.com. You can change this by setting INDY_NOTIFIER_EMAIL_SENDER. May be useful for email filters.\n\n## Email delivery frequency\nBy default you will not get a email with the same topic more than once an hour. This is defined by [SILENCE_TIMEOUT](https://github.com/evernym/sovrin-notifier-email/blob/master/sovrinnotifieremail/constants.py#L8). It can be overrided by setting INDY_NOTIFIER_SILENCE_TIMEOUT environment variable. Emails regarding update procedure are always delivered.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/evernym/sovringui", "keywords": "", "license": "unknown", "maintainer": "", "maintainer_email": "", "name": "indynotifieremail", "package_url": "https://pypi.org/project/indynotifieremail/", "platform": "", "project_url": "https://pypi.org/project/indynotifieremail/", "project_urls": { "Homepage": "https://github.com/evernym/sovringui" }, "release_url": "https://pypi.org/project/indynotifieremail/0.0.9/", "requires_dist": null, "requires_python": "", "summary": "Indy Node Email Notifier", "version": "0.0.9" }, "last_serial": 3531679, "releases": { "0.0.9": [ { "comment_text": "", "digests": { "md5": "8f60ce50c229bb213afb2f4b054edef5", "sha256": "c17f13b7f928df5385164ea3f24b42b2cc46443ff4965dc816ec07dba2d1359a" }, "downloads": -1, "filename": "indynotifieremail-0.0.9.tar.gz", "has_sig": false, "md5_digest": "8f60ce50c229bb213afb2f4b054edef5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4782, "upload_time": "2018-01-29T14:43:27", "url": "https://files.pythonhosted.org/packages/75/0a/f5267c9e59a27f3e7dd1a5db1bc0af9b4d9d399fa4434da25f0b706b008c/indynotifieremail-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8f60ce50c229bb213afb2f4b054edef5", "sha256": "c17f13b7f928df5385164ea3f24b42b2cc46443ff4965dc816ec07dba2d1359a" }, "downloads": -1, "filename": "indynotifieremail-0.0.9.tar.gz", "has_sig": false, "md5_digest": "8f60ce50c229bb213afb2f4b054edef5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4782, "upload_time": "2018-01-29T14:43:27", "url": "https://files.pythonhosted.org/packages/75/0a/f5267c9e59a27f3e7dd1a5db1bc0af9b4d9d399fa4434da25f0b706b008c/indynotifieremail-0.0.9.tar.gz" } ] }