From version < 5.1 >
edited by gru
on 25.03.2019, 11:58
To version < 13.11
edited by gru
on 05.05.2020, 13:05
<
Change comment: Code Makros angepasst

Summary

Details

Page properties
Content
... ... @@ -1,31 +1,49 @@
1 +{{figure image="email_en.png" clear="h1"}}
2 +Action //Email//: Files from previous actions or [[upload elements>>Formcycle.FormDesigner.FormElements.Upload]] can be attached to the email.
3 +{{/figure}}
4 +
1 1  Actions of type //Email// allow you to send emails, optionally with one or multiple attachments.
2 2  
3 3  == Options ==
4 4  
5 -* **Email to**
6 -The mail address of the recipient or recipients of the mail. Multiple recipients are separated with commas {{code}},{{/code}}. You can use [[variables>>doc:Platzhalter]].
7 -* **Email from**
8 -The mail address of the sender. You can use [[variables>>doc:Platzhalter]].
9 -* **Subject**
10 -The subject of the mail. You can use [[variables>>doc:Platzhalter]].
11 -* **Body**
12 -The main content of the mail. You can use [[variables>>doc:Platzhalter]].
13 -* **Attachments**
14 -Attachments to be sent with the mail. All available files are shown in the list, check those files you would like to attach to the mail.
9 +; Email to
10 +: The mail address of the recipient or recipients of the mail. Multiple recipients are separated with commas {{code language="none"}},{{/code}}. You can use [[variables>>Formcycle.UserInterface.Variables]].
11 +; Email from
12 +: The mail address of the sender. You can use [[variables>>Formcycle.UserInterface.Variables]].
13 +; Subject
14 +: The subject of the mail. You can use [[variables>>Formcycle.UserInterface.Variables]].
15 +; Body
16 +: The main content of the mail. You can use [[variables>>Formcycle.UserInterface.Variables]].
17 +; Attachments from previous actions
18 +: Previous actions that provide files are selectable here. The actions have to be in the same state and before this actions. The files of these actions will be attached to the email.
19 +; Attachments from upload elements
20 +: Files that have been attached to the form via [[upload elements>>Formcycle.FormDesigner.FormElements.Upload]] are selectable here.
15 15  
16 -{{figure image="018En.png" width="300"/}}
22 +=== Advanced settings ===
17 17  
18 -== Support for dynamic elements ==
24 +{{figure image="email2_en.png" clear="h1"}}
25 +Extended settings for actions of type //Email//
26 +{{/figure}}
19 19  
20 -When using [[variables>>doc:Platzhalter]], //Email to//, //Subject// and //Body// support the use of [[dynamic elements>>doc:Verarbeitung von dynamischen Elementen]].
28 +; Send an individual email to each recipient and hide email addresses of other recipients.
29 +: {{version major="6" minor="1" patch="0" showInfo="true"/}} If checked every email will be sent separately. Otherwise all emails will be sent at once.
30 +; Email format
31 +: {{version major="6" minor="2" patch="0" showInfo="true"/}}Select the format for the email body. An email body may be either HTML (which supports styling such as bold and italic text or different font sizes) or plain text. It is also possible to send an email with both an HTML and plain text body and let the recipient decide which version they want to view. The default is HTML. You can enter the HTML or plain text content below in the body section.
32 +; Send email to the following FORMCYCLE users
33 +: {{version major="6" minor="1" patch="0" showInfo="true"/}} A list of internal [[FORMCYCLE users>>doc:Formcycle.UserInterface.UserSettings.User]] that should receive an email.
34 +; Send email to all users that are member of the following FORMCYCLE groups
35 +: {{version major="6" minor="1" patch="0" showInfo="true"/}} All [[users>>doc:Formcycle.UserInterface.UserSettings.User]] that belong to one of the selected [[user groups>>doc:Formcycle.UserInterface.UserSettings.UserGroups]] will receive an email.
36 +Please note: all LDAP users of an [[LDAP group>>doc:Formcycle.UserInterface.UserSettings.LDAPGroups]] that are linked to one of the selected user groups will receive an email.
37 +; Carbon copy to (CC)
38 +: {{version major="6" minor="1" patch="0" showInfo="true"/}} Email addresses that will receive a carbon copy. [[Variables>>Formcycle.UserInterface.Variables]] may be used.
39 +; Blind carbon copy to (BCC)
40 +: {{version major="6" minor="1" patch="0" showInfo="true"/}} Email addresses that will receive a blind carbon copy. [[Variables>>Formcycle.UserInterface.Variables]] may be used.
41 +; Encryption type
42 +: {{version major="6" minor="3" patch="0"/}} Encryption type with which the email is to be encrypted. This option is only displayed if a corresponding plugin is installed.
21 21  
22 -* When using variables referring to a dynamic form element within //Email to//, the mail will be sent to all mail addresses.
23 -* When using variables referring to a dynamic form element within //Subject// or //Body//, the values of all dynamically created elements will be inserted concatenated with commas {{code}},{{/code}}.
44 +== Support for repeated elements ==
24 24  
25 -== Attachment file names ==
46 +When using [[variables>>Formcycle.UserInterface.Variables]], //Email to//, //Subject// and //Body// support the use of [[repeated elements>>Formcycle.FormDesigner.ElementProperties.BaseProperties]].
26 26  
27 -The list of attachments displays a list of all previous actions that provide one or multiple files. When an action provides multiple files with the same name, an index will be added to the file name before the file is attached to the mail.
28 -
29 -For example, it is possible to upload multiple files with the same name with upload form elements. An action of type [[Provide uploads>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.DeprecatedProvideUpload]] makes these files available as mail attachments.
30 -
31 -The prefix {{code}}_<INDEX>{{/code}} will be added to the file name, otherwise an error would occur when trying to send the mail.
48 +* When using variables referring to a dynamic form element within //Email to//, the mail will be sent to all mail addresses.
49 +* When using variables referring to a dynamic form element within //Subject// or //Body//, the values of all dynamically created elements will be inserted concatenated with commas {{code language="none"}},{{/code}}.
Copyright 2000-2024