From version < 7.1 >
edited by nlo
on 13.05.2019, 16:48
To version < 6.1 >
edited by gru
on 25.03.2019, 11:58
< >
Change comment: Copied from xwiki:Main.UserInterface.MyForms.WorkflowProcessing.Actions.EMail

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.nlo
1 +XWiki.gru
Content
... ... @@ -1,19 +5,15 @@
1 -{{figure image="email_en.png"}}
2 -Action //Email//: Files from previous actions or [[upload elements>>Formcycle.FormDesigner.FormElements.Upload]] can be attached to the email.
3 -{{/figure}}
4 -
5 5  Actions of type //Email// allow you to send emails, optionally with one or multiple attachments.
6 6  
7 7  == Options ==
8 8  
9 9  * **Email to**
10 -The mail address of the recipient or recipients of the mail. Multiple recipients are separated with commas {{code}},{{/code}}. You can use [[variables>>Formcycle.UserInterface.Variables]].
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]].
11 11  * **Email from**
12 -The mail address of the sender. You can use [[variables>>Formcycle.UserInterface.Variables]].
8 +The mail address of the sender. You can use [[variables>>doc:Platzhalter]].
13 13  * **Subject**
14 -The subject of the mail. You can use [[variables>>Formcycle.UserInterface.Variables]].
10 +The subject of the mail. You can use [[variables>>doc:Platzhalter]].
15 15  * **Body**
16 -The main content of the mail. You can use [[variables>>Formcycle.UserInterface.Variables]].
12 +The main content of the mail. You can use [[variables>>doc:Platzhalter]].
17 17  * **Attachments**
18 18  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.
19 19  
... ... @@ -21,7 +21,7 @@
21 21  
22 22  == Support for dynamic elements ==
23 23  
24 -When using [[variables>>Formcycle.UserInterface.Variables]], //Email to//, //Subject// and //Body// support the use of [[repeated elements>>Formcycle.FormDesigner.ElementProperties.BaseProperties]].
20 +When using [[variables>>doc:Platzhalter]], //Email to//, //Subject// and //Body// support the use of [[dynamic elements>>doc:Verarbeitung von dynamischen Elementen]].
25 25  
26 26  * When using variables referring to a dynamic form element within //Email to//, the mail will be sent to all mail addresses.
27 27  * 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}}.
Copyright 2000-2024