Problem/Motivation
Currently we can only download the export csv file.
Now that we have configurations for entity export csv, we could create a new Plugin Type, which could be selected on the configuration, which could allow to use several modes to send the csv export (mail, ftp, ssh, etc.).
Steps to reproduce
Proposed resolution
Create a new Plugin Type, for example "Sending Method", and ship per default a mail plugin and a ssh plugin.
Remaining tasks
- Create a new Plugin Type, for example "Sending Method",
- Create a mail plugin and a ssh plugin. Each plugin could embed its own configuration form (recipients, subject, message for mail, credentials and destination host / folder for ssh)
- Make them selectable from the export form and configuration form
User interface changes
A new option is available in the export form and the configuration form: Sending method.
Comments