.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
This text does not appear on pypi or github. It is a comment.
.. image:: https://github.com/collective/collective.easyformplugin.filemailer/actions/workflows/plone-package.yml/badge.svg
:target: https://github.com/collective/collective.easyformplugin.filemailer/actions/workflows/plone-package.yml
.. image:: https://coveralls.io/repos/github/collective/collective.easyformplugin.filemailer/badge.svg?branch=main
:target: https://coveralls.io/github/collective/collective.easyformplugin.filemailer?branch=main
:alt: Coveralls
.. image:: https://codecov.io/gh/collective/collective.easyformplugin.filemailer/branch/master/graph/badge.svg
:target: https://codecov.io/gh/collective/collective.easyformplugin.filemailer
.. image:: https://img.shields.io/pypi/v/collective.easyformplugin.filemailer.svg
:target: https://pypi.python.org/pypi/collective.easyformplugin.filemailer/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/status/collective.easyformplugin.filemailer.svg
:target: https://pypi.python.org/pypi/collective.easyformplugin.filemailer
:alt: Egg Status
.. image:: https://img.shields.io/pypi/pyversions/collective.easyformplugin.filemailer.svg?style=plastic :alt: Supported - Python Versions
.. image:: https://img.shields.io/pypi/l/collective.easyformplugin.filemailer.svg
:target: https://pypi.python.org/pypi/collective.easyformplugin.filemailer/
:alt: License
====================================
collective.easyformplugin.filemailer
====================================
This add'on registers a new Easyform Action File Mailer.
Features
--------
This File Mailer action is almost identical to the normal Mailer action, but adds an extra tab 'attachment' in the Action.
Here you can specify the internal url path to a private File Item in Plone. This file will be added as an attachment to the Mail sent.
The main use case is to send PDF white papers or other documents that you want to distribute only to visitors leaving their contact details.
Examples
--------
-
Translations
------------
This product has been translated into
- Dutch
Installation
------------
Install collective.easyformplugin.filemailer by adding it to your buildout::
[buildout]
...
eggs =
collective.easyformplugin.filemailer
and then running ``bin/buildout``
Authors
-------
- Fred van Dijk - Zest Software
Contributors
------------
-
Contribute
----------
- Issue Tracker: https://github.com/collective/collective.easyformplugin.filemailer/issues
- Source Code: https://github.com/collective/collective.easyformplugin.filemailer
License
-------
The project is licensed under the GPLv2.
Contributors
============
- Fred van Dijk, fredvd@gmail.com
Changelog
=========
0.7.2 (2022-12-01)
------------------
- Remove pdb debug line.
[fredvd]
0.7.1 (2022-12-01)
------------------
- Release to PyPI.
[fredvd]
0.7 (2022-12-01)
----------------
- Initial release.
[fredvd]
Raw data
{
"_id": null,
"home_page": "https://github.com/collective/collective.easyformplugin.filemailer",
"name": "collective.easyformplugin.filemailer",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "Python Plone CMS",
"author": "Fred van Dijk",
"author_email": "fredvd@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/34/70/298e009e4be91caab66ff61aa48781c9d8a0bfec5a6f3a147fe3d69286de/collective.easyformplugin.filemailer-0.7.2.tar.gz",
"platform": null,
"description": ".. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.\n If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n This text does not appear on pypi or github. It is a comment.\n\n.. image:: https://github.com/collective/collective.easyformplugin.filemailer/actions/workflows/plone-package.yml/badge.svg\n :target: https://github.com/collective/collective.easyformplugin.filemailer/actions/workflows/plone-package.yml\n\n.. image:: https://coveralls.io/repos/github/collective/collective.easyformplugin.filemailer/badge.svg?branch=main\n :target: https://coveralls.io/github/collective/collective.easyformplugin.filemailer?branch=main\n :alt: Coveralls\n\n.. image:: https://codecov.io/gh/collective/collective.easyformplugin.filemailer/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/collective/collective.easyformplugin.filemailer\n\n.. image:: https://img.shields.io/pypi/v/collective.easyformplugin.filemailer.svg\n :target: https://pypi.python.org/pypi/collective.easyformplugin.filemailer/\n :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.easyformplugin.filemailer.svg\n :target: https://pypi.python.org/pypi/collective.easyformplugin.filemailer\n :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.easyformplugin.filemailer.svg?style=plastic :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.easyformplugin.filemailer.svg\n :target: https://pypi.python.org/pypi/collective.easyformplugin.filemailer/\n :alt: License\n\n\n====================================\ncollective.easyformplugin.filemailer\n====================================\n\nThis add'on registers a new Easyform Action File Mailer. \n\nFeatures\n--------\n\nThis File Mailer action is almost identical to the normal Mailer action, but adds an extra tab 'attachment' in the Action.\nHere you can specify the internal url path to a private File Item in Plone. This file will be added as an attachment to the Mail sent. \nThe main use case is to send PDF white papers or other documents that you want to distribute only to visitors leaving their contact details.\n\n\nExamples\n--------\n\n-\n\n\n\nTranslations\n------------\n\nThis product has been translated into\n\n- Dutch\n\n\nInstallation\n------------\n\nInstall collective.easyformplugin.filemailer by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n collective.easyformplugin.filemailer\n\n\nand then running ``bin/buildout``\n\n\nAuthors\n-------\n\n- Fred van Dijk - Zest Software\n\n\nContributors\n------------\n\n- \n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.easyformplugin.filemailer/issues\n- Source Code: https://github.com/collective/collective.easyformplugin.filemailer\n\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Fred van Dijk, fredvd@gmail.com\n\n\nChangelog\n=========\n\n\n0.7.2 (2022-12-01)\n------------------\n\n- Remove pdb debug line.\n [fredvd]\n\n\n0.7.1 (2022-12-01)\n------------------\n\n- Release to PyPI.\n [fredvd]\n\n0.7 (2022-12-01)\n----------------\n\n- Initial release.\n [fredvd]\n",
"bugtrack_url": null,
"license": "GPL version 2",
"summary": "An add-on for Plone",
"version": "0.7.2",
"split_keywords": [
"python",
"plone",
"cms"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "233736dba7ac108737dfc663bb1ca11f",
"sha256": "4aeb3c085651705507dc083fb51837d1c7998e2e361ad17e93455697832393b8"
},
"downloads": -1,
"filename": "collective.easyformplugin.filemailer-0.7.2.tar.gz",
"has_sig": false,
"md5_digest": "233736dba7ac108737dfc663bb1ca11f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 24127,
"upload_time": "2022-12-01T21:04:44",
"upload_time_iso_8601": "2022-12-01T21:04:44.013952Z",
"url": "https://files.pythonhosted.org/packages/34/70/298e009e4be91caab66ff61aa48781c9d8a0bfec5a6f3a147fe3d69286de/collective.easyformplugin.filemailer-0.7.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-01 21:04:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "collective",
"github_project": "collective.easyformplugin.filemailer",
"travis_ci": true,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "collective.easyformplugin.filemailer"
}