... |
... |
@@ -47,9
+47,8 @@ |
47 |
47 |
: Default value: //0.0.0.0//. Specifies the IP address to use for the {{smallcaps}}Imap{{/smallcaps}} server. The default value is //0.0.0.0//, which also uses an automatically generated {{smallcaps}}ip{{/smallcaps}}. Changing this value is only necessary if multiple network adapters are in use or the automatic detection fails. |
48 |
48 |
: Default value: //143//. Specifies the port of the {{smallcaps}}Imap{{/smallcaps}} server to use. The default value should only be changed if this port is not available. |
49 |
49 |
|
50 |
|
-=== Configuration of the e-mail message === |
|
50 |
+=== Configuration of the e-mail message === |
51 |
51 |
|
52 |
|
- |
53 |
53 |
{{id name="message_files_config"/}} |
54 |
54 |
|
55 |
55 |
; mail.to.template |
... |
... |
@@ -61,57
+61,35 @@ |
61 |
61 |
; mail.body.template |
62 |
62 |
: Default: //mail_body.txt//. Specifies the name of the file to be searched for in the client and form files and to be used as a template for the e-mail content. |
63 |
63 |
|
64 |
|
-== Configuration of e-mail contents and fields == |
|
63 |
+== Configuration of e-mail contents and fields == |
65 |
65 |
|
66 |
|
- |
67 |
67 |
The configuration of the contents and fields of the actual message uses a template mechanism. This is based on the four files set in [[e-mail message configuration>>||anchor="message_files_config"]]. These are imported as a client file when the plugin is installed and are used when synchronizing the messages.To ensure a form-specific display, it is possible to create identically named files manually as form files and thus overlay the client files. In all files it is possible to use [[placeholders>>doc:Formcycle.UserInterface.Variables||target="_blank"]] so that form data sent here can be displayed. It is also possible to create a link to display the filled out form. |
68 |
68 |
|
69 |
69 |
; Content |
70 |
|
-: Default value: //mail_body.txt//. Specifies the content of the e-mail message. Only here you have the possibility to use {{smallcaps}}Html{{/smallcaps}}. Example: |
71 |
|
- |
72 |
|
-{{code language="html"}} |
73 |
|
-<html> |
74 |
|
- <head></head> |
75 |
|
- <body> |
76 |
|
- <p><a href="[%$FORM_INBOX_LINK%]">Link</a> to form entry ([%$PROCESS_ID%]).</p> |
77 |
|
- </body> |
78 |
|
- </html> |
79 |
|
-{{/code}} |
80 |
|
- |
|
68 |
+: Default value: //mail_body.txt//. Specifies the content of the e-mail message. Only here you have the possibility to use {{smallcaps}}Html{{/smallcaps}}. |
|
69 |
+Example: {{code language="html"}} <html> <head></head> <body> <p><a href="[%$FORM_INBOX_LINK%]">Link</a> to form entry ([%$PROCESS_ID%]).</p> </body> </html> {{/code}} |
81 |
81 |
; Subject |
82 |
|
-: Default value: //mail_subject.txt//. Specifies the subject of the message. Example: |
83 |
|
- |
84 |
|
-{{code language="none"}} |
85 |
|
- ID: [%$RECORD_ID%] - [%$STATUS_NAME%] |
86 |
|
-{{/code}} |
87 |
|
- |
|
71 |
+: Default value: //mail_subject.txt//. Specifies the subject of the message. |
|
72 |
+Example: {{code language="none"}} ID: [%$RECORD_ID%] - [%$STATUS_NAME%] {{/code}} |
88 |
88 |
; Recipient |
89 |
|
-: Default value: //mail_to.txt//. Specifies the recipient of the message. This is to be entered according to the pattern //name <user@example.com>// and has no effect on the actual receipt of the message. Example: |
90 |
|
- |
91 |
|
-{{code language="none"}} |
92 |
|
- XIMA FORMCYCLE <no-reply@example.com> |
93 |
|
-{{/code}} |
94 |
|
- |
|
74 |
+: Default value: //mail_to.txt//. Specifies the recipient of the message. This is to be entered according to the pattern //name <user@example.com>// and has no effect on the actual receipt of the message. |
|
75 |
+Example: {{code language="none"}} XIMA FORMCYCLE <no-reply@example.com> {{/code}} |
95 |
95 |
; Sender |
96 |
|
-: Default value: //mail_from.txt//. Specifies the sender of the message. This must be entered using the pattern //Name <user@example.com>// and has no effect on the sending of the message. Example: |
|
77 |
+: Default value: //mail_from.txt//. Specifies the sender of the message. This must be entered using the pattern //Name <user@example.com>// and has no effect on the sending of the message. |
|
78 |
+Example: {{code language="none"}} [%$PROJECT_NAME%] <[%$PROJECT_NAME%]@example.com> {{/code}} |
97 |
97 |
|
98 |
|
-{{code language="none"}} |
99 |
|
- [%$PROJECT_NAME%] <[%$PROJECT_NAME%]@example.com> |
100 |
|
-{{/code}} |
|
80 |
+== Configuration of the e-mail program == |
101 |
101 |
|
102 |
|
-== Configuration of the e-mail program == |
103 |
|
- |
104 |
|
- |
105 |
105 |
Für die Konfiguration des E-Mail-Programms sind neben der Adresse des E-Mail-Servers die unter [[Konfiguration des E-Mail-Server-Services>>||anchor="server_config"]] hinerlegten Ports zu verwenden. Die kompletten zu verwendenden Anmeldedaten setzen sich demnach wie folgt zusammen: |
106 |
106 |
|
107 |
107 |
; {{smallcaps}}Smtp{{/smallcaps}} server |
108 |
108 |
: //<server address>// |
109 |
109 |
; {{smallcaps}}Smtp{{/smallcaps}} port |
110 |
|
-: //see// [[Configuration Mail Server Service>>||anchor="server_config"]] |
|
87 |
+: //see//[[Configuration Mail Server Service>>||anchor="server_config"]] |
111 |
111 |
; {{smallcaps}}Imap{{/smallcaps}} server |
112 |
112 |
: //<server address>// |
113 |
113 |
; {{smallcaps}}Imap{{/smallcaps}} port |
114 |
|
-: //see// [[Configuration Mail Server Service>>||anchor="server_config"]] |
|
91 |
+: //see//[[Configuration Mail Server Service>>||anchor="server_config"]] |
115 |
115 |
; Username |
116 |
116 |
: //<FORMCYCLE-user>@<FORMCYCLE-clientname>// |
117 |
117 |
; Password |
... |
... |
@@ -121,9
+121,8 @@ |
121 |
121 |
; SSL encryption and connection security |
122 |
122 |
: none |
123 |
123 |
|
124 |
|
-== Example configuration for Thunderbird == |
|
101 |
+== Example configuration for Thunderbird == |
125 |
125 |
|
126 |
|
- |
127 |
127 |
1. Open the e-mail account management via //Extras// > //Account settings//.{{lightbox image="thunderbird_1.png" group="g0" width="300"/}} |
128 |
128 |
1. Via //account actions// > //add email account...// open the dialog for configuring a new account.{{lightbox image="thunderbird_2.png" group="g0" width="500"/}} |
129 |
129 |
1. Initially, Thunderbird tries to determine a server automatically based on the entered email address (here //user@imap.com//). Since this is not possible here, you can cancel this by clicking the //Edit Manually// button.{{lightbox image="thunderbird_3.png" group="g0" width="500"/}} |