Plone Add-on Gallery

collective.easyformplugin.filemailer

https://github.com/collective/collective.easyformplugin.filemailer/actions/workflows/plone-package.yml/badge.svg Coveralls https://codecov.io/gh/collective/collective.easyformplugin.filemailer/branch/master/graph/badge.svg Latest Version Egg Status https://img.shields.io/pypi/pyversions/collective.easyformplugin.filemailer.svg?style=plastic:alt:Supported-PythonVersions 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

License

The project is licensed under the GPLv2.

Contributors

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]