{ "info": { "author": "Goldmund, Wyldebeast & Wunderliebe (K.C. Leong)", "author_email": "leong@gw20e.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Plone", "Framework :: Plone :: 4.3", "Framework :: Plone :: 5.0", "Framework :: Plone :: 5.1", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. image:: https://secure.travis-ci.org/collective/collective.contentrules.mailtogroup.png?branch=master\n :target: http://travis-ci.org/collective/collective.contentrules.mailtogroup\n :alt: Travis CI badge\n\n.. image:: https://coveralls.io/repos/collective/collective.contentrules.mailtogroup/badge.png?branch=master\n :target: https://coveralls.io/r/collective/collective.contentrules.mailtogroup\n :alt: Coveralls badge\n\n.. image:: https://pypip.in/d/collective.contentrules.mailtogroup/badge.png\n :target: https://pypi.python.org/pypi/collective.contentrules.mailtogroup/\n :alt: Downloads\n\nIntroduction\n============\n\nThis action rule allows you to send e-mail to groups and users. The groups and\nusers are defined in the action rule, it's possible to combine both. This action\nwas made because the current actions cannot mail to a dynamic set of users (group).\nAdding multiple members was also added because you don't always know the e-mail of\na certain user.\n\n\nDisclaimer\n==========\n\nThe variable `${namedirectory}` for an item's parent folder name, and the\nvariable `${text}` for an item's body text field, won't be substituted anymore\nsince version 1.5, due to an unintentional breaking commit introducing the\nregressions which haven't been restored since then.\n\nIf you want to use these variables, you need to pin this add-on to the\npreceding version (`1.3.1`_), see installation section below.\n\n.. _1.3.1: https://pypi.org/project/collective.contentrules.mailtogroup/1.3.1/\n\n\nInstallation\n============\n\nPlease refer to Plone's official documentation for `installing add-ons`_\nand `pinning specific add-on versions`_.\n\nAn activation of this add-on via a Plone site's controlpanel is not necessary,\nthe features of this add-on will be immediately available to all Plone sites of\nthe ZOPE instance.\n\n.. _installing add-ons: https://docs.plone.org/manage/installing/installing_addons.html#installing-add-ons-using-buildout\n.. _pinning specific add-on versions: https://docs.plone.org/manage/installing/installing_addons.html#pinning-add-on-versions\n\n\nUsage\n=====\n\nGo to the Plone Control Panel, select Content Rules and add a new Rule.\nUnder 'actions' you now have a new option: Send email to groups and users.\n\nWhen searching for users and groups make sure you press the search button. Don't\nhit enter. Search results for these items are only shown when you press search.\n\n\nFuture\n======\n\nThis add-on has been `approved`_ for inclusion in the core of Plone.\nWhen that happens, independent development of it might cease.\n\n.. _approved: https://github.com/plone/Products.CMFPlone/issues/1808\n\n\nCredits\n=======\n\nMost of this package is directly copied from the plone.app.contenttules.mail\naction. The package collective.contentrules.mailtolocalrole was also used as\nan example.\n\n\nChangelog\n=========\n\n1.6.3 (2018-10-05)\n------------------\n\n- Add more information about regressions to README.rst.\n [ida, fulv]\n\n\n1.6.2 (2018-06-19)\n------------------\n\n- I messed up 1.6.1 and made a brown bag release.\n [fulv]\n\n\n1.6.1 (2018-06-19)\n------------------\n\n- Add note about unfixed regressions and more verbose install-instructions. [ida]\n\n\n1.6 (2016-11-08)\n----------------\n\n- Add test case for empty recipients.\n [fulv]\n \n- Add support for Plone 5.0 and 5.1. On Plone 5.x we use z3c.form instead of formlib.\n [fulv]\n\n- Drop support for Plone 4.0, Plone 4.1 and Plone 4.2.\n Package may work, but we are no longer testing against these versions as Python 2.6 is no longer supported on code analysis.\n [hvelarde]\n\n- Use plone.app.contentrules.ManageContentRules permission instead of cmf.ManagePortal.\n [fulv]\n\n\n1.5 (2014-06-30)\n-------------------\n\n- Fixed tests and version numbering [kcleong]\n\n- Fixed source address assignment. Now doesn't break the rule execution[cekk]\n\n- Enabled the use of string interpolator for string substitutions [cekk]\n\n- Add Brazilian Portuguese and Spanish translations.\n [hvelarde]\n\n- Fix package dependencies.\n [hvelarde]\n\n\n\n1.3.1 (2013-05-03)\n-------------------\n\n- Added help-text for text-variable. [ida]\n\n- Added exception, if text-variable is used, but an item doesn't have a text-field.\n Concerns actions/mail.py [ida]\n\n\n1.3 (2012-02-15)\n-------------------\n\n- Added fieldname 'text' as a substitutable variable and perform text-transformation,\n in order to send the message as html and as plain-text, providing a fallback\n for non-html-capable email-clients. [ida]\n\n- Add the {namedirectory} variabel. Which can be used in the subject or message\n to show the title of the folder the rule is applied to.\n [puittenbroek]\n\n- Add LICENSE.txt + LICENSE.GPL in /docs.\n [WouterVH]\n\n- Remove old-style i18n-directory, and register locales-folders.\n [WouterVH]\n\n- Add MANIFEST.in\n [WouterVH]\n\n\n1.2 - 2011-04-05\n----------------\n\n- Added z3c.autoinclude in setup.py\n [kcleong]\n\n- Using 'send' instead of deprecated 'secureSend' in Plone 4. For Plone 3\n secureSend is used.\n [kcleong]\n\n- Use include for CMFCore in zcml, fixes permission bug in Plone 4.1\n [puittenbroek]\n\n\n1.1 - 2010-12-06\n----------------\n\n- Fixed error when used on Plone 4: passing 'From' to secureSend is\n not needed in Plone 3 and breaks in Plone 4.\n [maurits]\n\n\n1.0 - 2010-02-12\n----------------\n\n- No bug changes, just marking it as final.\n\n- Must pin down plone.app.form on 1.1.8 if you're using version 1.1.8, bug\n in UberMultiSelectionWidget.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/collective/collective.contentrules.mailtogroup", "keywords": "plone automatic content rules", "license": "", "maintainer": "", "maintainer_email": "", "name": "collective.contentrules.mailtogroup", "package_url": "https://pypi.org/project/collective.contentrules.mailtogroup/", "platform": "", "project_url": "https://pypi.org/project/collective.contentrules.mailtogroup/", "project_urls": { "Homepage": "https://github.com/collective/collective.contentrules.mailtogroup" }, "release_url": "https://pypi.org/project/collective.contentrules.mailtogroup/1.6.3/", "requires_dist": null, "requires_python": "", "summary": "Send e-mail to groups and members defined in the action.", "version": "1.6.3" }, "last_serial": 4343772, "releases": { "0.1": [], "0.1dev-r81015": [ { "comment_text": "", "digests": { "md5": "d0010ed5203c3ed0e3bed3931da00628", "sha256": "910d1342844a6fb6a1dcb6b96d5f51e5ae4dbf5cc7f63f2feb91e37bb56f966c" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-0.1dev-r81015.tar.gz", "has_sig": false, "md5_digest": "d0010ed5203c3ed0e3bed3931da00628", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7137, "upload_time": "2009-05-19T13:06:48", "url": "https://files.pythonhosted.org/packages/ac/0d/fdcb94ed5a66ec48272e68bb010f6240bcdbf3f71ecfe04979dcbd5fa509/collective.contentrules.mailtogroup-0.1dev-r81015.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "10c92eadac5bcc8d0c3d81185366bc0b", "sha256": "c68508fdee36121856816c06c39d50acbc163447df3eb8807330a1e85bb73207" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-1.0.tar.gz", "has_sig": false, "md5_digest": "10c92eadac5bcc8d0c3d81185366bc0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6948, "upload_time": "2010-02-12T10:45:17", "url": "https://files.pythonhosted.org/packages/a4/11/eeea6ddae3f4f818fce9e43acd368328608f8773284b46f83512ee975ce5/collective.contentrules.mailtogroup-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "ffddb1a011dd8c509ef5504396a8343b", "sha256": "f02be9f664fd33c910ff9d36aeaa7d27b2cd870ed6865f745d5fed72445372b9" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-1.1.tar.gz", "has_sig": false, "md5_digest": "ffddb1a011dd8c509ef5504396a8343b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8542, "upload_time": "2010-12-06T10:20:35", "url": "https://files.pythonhosted.org/packages/df/4b/50e445f88ee42989efe5d0689a0e98610eb4c5f1e81f14330b9b08b6c17f/collective.contentrules.mailtogroup-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "a05044d63c155fd4a54adacd21d9a58a", "sha256": "69f570445dccc3a5310cc9104402ce317b8a7ce86c8da7d4e00f749ff02afb12" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-1.2.tar.gz", "has_sig": false, "md5_digest": "a05044d63c155fd4a54adacd21d9a58a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10054, "upload_time": "2011-04-05T15:46:16", "url": "https://files.pythonhosted.org/packages/e3/c4/9e50fe2e7cf85ae52ca03af0023facdadd986acf8b947f1e44ac0dfaedc2/collective.contentrules.mailtogroup-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "f6f4238b955d77fb3421e5c71efb3a44", "sha256": "17a82338a4732ec4aa394a6010092cb07247349fb02536d70b3cc7f545d85227" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-1.3-py2.6.egg", "has_sig": false, "md5_digest": "f6f4238b955d77fb3421e5c71efb3a44", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 23318, "upload_time": "2013-02-15T12:15:04", "url": "https://files.pythonhosted.org/packages/0c/e0/29e23622c66fe5bb6e87379362a6493b5bc5fcce45d31b296071ce33aa86/collective.contentrules.mailtogroup-1.3-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "2cb10254b07089574348f50476adc1b3", "sha256": "bac202469244bf90b800c64f2d08f0cb94f84aa09e25d01c8a803f85d0496963" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-1.3.tar.gz", "has_sig": false, "md5_digest": "2cb10254b07089574348f50476adc1b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16816, "upload_time": "2013-02-15T12:14:58", "url": "https://files.pythonhosted.org/packages/86/7b/1504a681cdb630c4fc399001daffdb669ad6032ca0404f13db94ffba43d3/collective.contentrules.mailtogroup-1.3.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "94a163c97660c784c38d96d280c991a7", "sha256": "1ef29650e1a3cb3db92c32440b02c02c81f7423990a6c1ed23da79b03656db27" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-1.3.1-py2.6.egg", "has_sig": false, "md5_digest": "94a163c97660c784c38d96d280c991a7", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 23753, "upload_time": "2013-05-03T11:37:21", "url": "https://files.pythonhosted.org/packages/06/1d/fcb7814573da85d1665e260d2aa1d8add314af39470d530295a3ccdd5724/collective.contentrules.mailtogroup-1.3.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "7716b4e72c990791026e51604f01e2f4", "sha256": "4a2ae773ce5fd53c17f771883471c3775540e2a5e9dcca85224842c0de05eec0" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-1.3.1.tar.gz", "has_sig": false, "md5_digest": "7716b4e72c990791026e51604f01e2f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17206, "upload_time": "2013-05-03T11:37:18", "url": "https://files.pythonhosted.org/packages/84/70/730366351fb864ad089ac4616922ffa6ddb737cfc06629fa73243227c4bb/collective.contentrules.mailtogroup-1.3.1.tar.gz" } ], "1.4dev": [ { "comment_text": "", "digests": { "md5": "5f52ad0eb5e2684814b47f5cf2e5779a", "sha256": "c2cf84d16dcffcb2b6a7b2daae98dc936fb331e31cacf1e20cd0ae30d864d1c7" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-1.4dev-py2.6.egg", "has_sig": false, "md5_digest": "5f52ad0eb5e2684814b47f5cf2e5779a", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 23338, "upload_time": "2013-02-15T12:11:32", "url": "https://files.pythonhosted.org/packages/32/ef/9daa2cafcf3ca3cf5bd48730fd129fd89a28a80b1f6845ce6f5353a25300/collective.contentrules.mailtogroup-1.4dev-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "4722cc14037a7194d1dd15f64c83be16", "sha256": "8ca561f1ab98708fcf67c6c24b4341d14f12634a88b35bc0a3f14241f89db6e6" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-1.4dev.tar.gz", "has_sig": false, "md5_digest": "4722cc14037a7194d1dd15f64c83be16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16890, "upload_time": "2013-02-15T12:11:27", "url": "https://files.pythonhosted.org/packages/6e/e3/3419a91600cd6aab428152299983cd5b099feb8c016816dd752b5cc0a4e5/collective.contentrules.mailtogroup-1.4dev.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "c0a5496d092523541c6ea1e4e6f840fa", "sha256": "398542eec7d2073e62a678f889452838d8daf5ede64fdb020e39a9a516322b40" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-1.5.zip", "has_sig": false, "md5_digest": "c0a5496d092523541c6ea1e4e6f840fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 70952, "upload_time": "2014-05-30T14:07:15", "url": "https://files.pythonhosted.org/packages/ae/7c/54af964f5c46d04a1a943f57098fdc74465675d4200c46f34e637681b170/collective.contentrules.mailtogroup-1.5.zip" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "04b617a1fb5592a63cb4c888f971d8cc", "sha256": "20763eb0761f1268dbcad1ca57092c15e0331389dfc100fe5d3ea837bb70b989" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-1.6-py2-none-any.whl", "has_sig": false, "md5_digest": "04b617a1fb5592a63cb4c888f971d8cc", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 34211, "upload_time": "2016-11-08T17:47:42", "url": "https://files.pythonhosted.org/packages/d1/93/aa65c341d5c7889b16135b353e3229f4f9552f14ddd7e156c250d72632ef/collective.contentrules.mailtogroup-1.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b37feb7f879e0587aa9112f00c2915e6", "sha256": "fefe33a5681756fecc1c13f821bae5bee3a5425af20d4570cc03fc2954f7dd17" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-1.6.tar.gz", "has_sig": false, "md5_digest": "b37feb7f879e0587aa9112f00c2915e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21628, "upload_time": "2016-11-08T17:47:44", "url": "https://files.pythonhosted.org/packages/30/ab/9b31c8d202dad74983772aa08d3b06d9ef52e584c95a548bf5bf85167764/collective.contentrules.mailtogroup-1.6.tar.gz" } ], "1.6.1.dev0": [ { "comment_text": "", "digests": { "md5": "5e700419fcb30564152797d774c18427", "sha256": "de80ac0954dc8345853fae6e91581a0e84439c7d475ef7acdbf886699125d373" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-1.6.1.dev0.tar.gz", "has_sig": false, "md5_digest": "5e700419fcb30564152797d774c18427", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22485, "upload_time": "2018-06-19T15:43:33", "url": "https://files.pythonhosted.org/packages/2a/55/2042a1d9fff2130120d9014cd69670c1876cf2e0132582b88a52803fbaa8/collective.contentrules.mailtogroup-1.6.1.dev0.tar.gz" } ], "1.6.2": [ { "comment_text": "", "digests": { "md5": "4a9bff53c3910e5c78fd6541aaedd404", "sha256": "cb4b7aed99d58c11ce6f5a986f21101d60e63567ebef1113c1f1afa314782f5e" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-1.6.2.tar.gz", "has_sig": false, "md5_digest": "4a9bff53c3910e5c78fd6541aaedd404", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22319, "upload_time": "2018-06-19T15:56:22", "url": "https://files.pythonhosted.org/packages/84/f8/5f5ea6852492c317a9dabcbfcf63dca429712f7aa5ed93ac4d5c5f328d93/collective.contentrules.mailtogroup-1.6.2.tar.gz" } ], "1.6.3": [ { "comment_text": "", "digests": { "md5": "c23603061eb68973eae0ea7d9239ca25", "sha256": "fcbb0b2fa47305dc5dc447f3eb77d3540c201d24e0b2da96ce1368132b93277c" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-1.6.3.tar.gz", "has_sig": false, "md5_digest": "c23603061eb68973eae0ea7d9239ca25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23056, "upload_time": "2018-10-05T11:30:26", "url": "https://files.pythonhosted.org/packages/c0/40/263f6619e08ac8adc5fc1c57f8ddcc66626911aa331f0ff197c5b44bd7c5/collective.contentrules.mailtogroup-1.6.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c23603061eb68973eae0ea7d9239ca25", "sha256": "fcbb0b2fa47305dc5dc447f3eb77d3540c201d24e0b2da96ce1368132b93277c" }, "downloads": -1, "filename": "collective.contentrules.mailtogroup-1.6.3.tar.gz", "has_sig": false, "md5_digest": "c23603061eb68973eae0ea7d9239ca25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23056, "upload_time": "2018-10-05T11:30:26", "url": "https://files.pythonhosted.org/packages/c0/40/263f6619e08ac8adc5fc1c57f8ddcc66626911aa331f0ff197c5b44bd7c5/collective.contentrules.mailtogroup-1.6.3.tar.gz" } ] }