... |
... |
@@ -47,8
+47,9 @@ |
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 |
+ |
52 |
52 |
{{id name="message_files_config"/}} |
53 |
53 |
|
54 |
54 |
; mail.to.template |
... |
... |
@@ -60,35
+60,57 @@ |
60 |
60 |
; mail.body.template |
61 |
61 |
: 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. |
62 |
62 |
|
63 |
|
-== Configuration of e-mail contents and fields == |
|
64 |
+== Configuration of e-mail contents and fields == |
64 |
64 |
|
|
66 |
+ |
65 |
65 |
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. |
66 |
66 |
|
67 |
67 |
; Content |
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}} |
|
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 |
+ |
70 |
70 |
; Subject |
71 |
|
-: Default value: //mail_subject.txt//. Specifies the subject of the message. |
72 |
|
-Example: {{code language="none"}} ID: [%$RECORD_ID%] - [%$STATUS_NAME%] {{/code}} |
|
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 |
+ |
73 |
73 |
; Recipient |
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}} |
|
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 |
+ |
76 |
76 |
; Sender |
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}} |
|
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: |
79 |
79 |
|
80 |
|
-== Configuration of the e-mail program == |
|
98 |
+{{code language="none"}} |
|
99 |
+ [%$PROJECT_NAME%] <[%$PROJECT_NAME%]@example.com> |
|
100 |
+{{/code}} |
81 |
81 |
|
|
102 |
+== Configuration of the e-mail program == |
|
103 |
+ |
|
104 |
+ |
82 |
82 |
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: |
83 |
83 |
|
84 |
84 |
; {{smallcaps}}Smtp{{/smallcaps}} server |
85 |
85 |
: //<server address>// |
86 |
86 |
; {{smallcaps}}Smtp{{/smallcaps}} port |
87 |
|
-: //see//[[Configuration Mail Server Service>>||anchor="server_config"]] |
|
110 |
+: //see// [[Configuration Mail Server Service>>||anchor="server_config"]] |
88 |
88 |
; {{smallcaps}}Imap{{/smallcaps}} server |
89 |
89 |
: //<server address>// |
90 |
90 |
; {{smallcaps}}Imap{{/smallcaps}} port |
91 |
|
-: //see//[[Configuration Mail Server Service>>||anchor="server_config"]] |
|
114 |
+: //see// [[Configuration Mail Server Service>>||anchor="server_config"]] |
92 |
92 |
; Username |
93 |
93 |
: //<FORMCYCLE-user>@<FORMCYCLE-clientname>// |
94 |
94 |
; Password |
... |
... |
@@ -98,8
+98,9 @@ |
98 |
98 |
; SSL encryption and connection security |
99 |
99 |
: none |
100 |
100 |
|
101 |
|
-== Example configuration for Thunderbird == |
|
124 |
+== Example configuration for Thunderbird == |
102 |
102 |
|
|
126 |
+ |
103 |
103 |
1. Open the e-mail account management via //Extras// > //Account settings//.{{lightbox image="thunderbird_1.png" group="g0" width="300"/}} |
104 |
104 |
1. Via //account actions// > //add email account...// open the dialog for configuring a new account.{{lightbox image="thunderbird_2.png" group="g0" width="500"/}} |
105 |
105 |
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"/}} |