If you have trouble understanding how the action works, check the descriptions: Application, Setter, Conditional execution, Component parameters
Category: Email
Available from version: 1.0.5
The component sends e-mails without template configuration. Contents of the content parameter will be directly placed in the email. It is possible to use html tags.
Parameter name | From version | Description | Parameter type | Default value | Field type | Notes and restrictions |
---|---|---|---|---|---|---|
Mailbox * | 1.0.48 | Mailbox defined in the system configuration | Text | Value list | ||
Subject * | 1.0.5 | Email subject | Text | Editable field | Can contain HTML tags | |
Contents * | 1.0.5 | Email contents | Text | Can contain HTML tags | ||
To | 1.0.5 | List of e-mail addresses to send the message to | Text array | Editable field | Supports multiple emails given after "," or ";". Possibility to use email tags. See table Tab_1. | |
Copy \[optional\] | 1.0.5 | Optional parameter. List of addresses to send a copy of the email | Text array | Editable field |
Supports multiple emails given after "," or ";". Possibility to use email tags. See table Tab_1. | |
Blind copy \[optional\] | 1.0.5 | Optional parameter. List of addresses to send a blind copy of the email | Text array | Editable field | Supports multiple emails given after "," or ";". Possibility to use email tags. See table Tab_1. | |
One message to everyone * | 1.0.5 | Sends one email to several addressees. If NO, each addressee is treated separately and gets a separate email. | Logical | YES | ||
Attachments | 1.0.7 | Adds process documents to emails as attachments | Logical | NO | ||
Source * | 1.0.33 | Selection of the method by which documents to be sent in attachments are to be found. Possible values:
| Text | Editable field | ||
File ids * | 1.0.33 | Parameter needed to select the files you want to send in attachments | Text array | Value list | ||
Document class | 1.0.7 | Optional parameter. When the value is empty, it adds all documents from the process to the mail (if this option is enabled), otherwise it adds only documents from the selected document classes | Text array | Value list | The order of document classes matters when adding attachments. That is, documents from class1 are added first, then from class2, and so on. | |
Filter by document name | 1.0.28 | A regular expression that filters documents from a selected class for sending in an e-mail attachment | Text array | Editable field | A blank field will result in the retrieval of all documents from the selected class. Examples: file name: IMG5822996601453555121.pdf regular expressions that will find this file:
Link to a site where you can test regex online: https://regex101.com/ | |
Prefix | 1.0.11 | Prefixes added to the name of the uploaded file from the selected document classes | Text array | Editable field | E.g. When the document has the name "fact0001.pdf", and the prefix parameter has been set to the value "invoice-", the attachment named "invoice-fact0001.pdf" will come in the email. If the parameter is not set, the document will be added without the prefix, | |
Save email * | 1.0.11 | Saves the sent message as a new html document | Logical | NO | This option allows you to save the generated email content as an html document added to the archive. | |
Document name * | 1.0.11 | Name of the new document | Text | Editable field | File name. You can specify it without extension, in which case it will add ".html" by default. | |
Document description | 1.0.11 | Document description. If it is empty, then the class name will be written in the description | Text | Editable field | The name of the html document created with the email content. | |
Document class * | 1.0.11 | The name of the class to which to write the email | Text | Value list | List of document class selections from the current system. | |
Attach to the process * | 1.0.11 | Attaches a new document to an existing process | Logical | YES | ||
Email header * | 1.0.11 | Adds an email header to the body of the message | Logical | NO | Adds an optional default header to the document with information From Whom, To Whom, the subject of the message and a list of attachments. See email header template | |
Email header template | 1.0.11 | Path to custom HTML template containing email header tags | Text | Editable field | Path to custom html template with email information. Possibility to use special tags See table Tab_3. For blank value the default template provided with the plugin is used See Default email header template | |
Save as new version of the document * | 1.0.11 | Saves as new version of document when index values match with document already in archive | Logical | NO | ||
1.0.11 | The name of the index from the class to which we are saving the email content | Text array | Value list | Selection list after selecting the class of document to be saved. | ||
Index value | 1.0.11 | The value that will be stored in the index when saving the email content documents | Text array | Editable field |
1.0.5
- Added component
1.0.7
- Adding the ability to attach files to emails
1.0.11
- Adding a prefix to attachments
- Support for saving email content
- Improving the order of attaching attachments to emails
1.0.14
- Fix a bug when building email addresses when the parameter value is empty.
1.0.16 (applicable documentation)
- Sending an encrypted attachment (decryption during sending)
- Improve logs on failure and success of sending messages
1.0.48
- Added a new "Mailbox" parameter
Komentarz
Add Comment