Sending emails
Goobi Step Plugin for sending emails within a task.
Overview
Name | Wert |
---|---|
Identifier | intranda_step_sendMail |
Repository | |
Licence | GPL 2.0 or newer |
Last change | 25.07.2024 11:19:40 |
Introduction
This documentation describes the installation, configuration and use of the Step Plugin for sending emails within a task in Goobi workflow. The list of recipients and the text can be configured individually for different steps. All fields from the VariableReplacer are also available. This means that metadata or information on the task, step or project can also be accessed.
Installation
The plugin consists in total of the following files to be installed:
The first file must be installed in the following directory:
In addition, there is a configuration file that must be located in the following place:
Overview and functionality
The plugin is usually executed fully automatically within the workflow. It first determines whether there is a block in the configuration file that has been configured for the current workflow with regard to the project name and work step. If this is the case, the mail is generated and sent to the configured recipients.
This plugin is integrated into the workflow in such a way that it is executed automatically. Manual interaction with the plugin is not necessary. For use within a workflow step, it should be configured as shown in the screenshot below.
Configuration
The configuration of the plugin is done via the configuration file plugin_intranda_step_sendMail.xml
and can be adjusted during operation. The following is an example configuration file:
Parameter | Explanation |
---|---|
| This parameter determines for which project the current block |
| This parameter controls for which workflow steps the block |
| This parameter sets the SMTP server. |
| This parameter controls whether the access should run like TLS. |
| This sets whether communication should be encrypted via SSL. |
| Dieser Parameter legt den Nutzernamen fest. |
| This defines the password to be used. |
| The field |
| The field |
| This parameter allows the subject to be defined. The use of variables is possible here. |
| In |
Last updated