Changes for page IMAP-Plugin
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -62,42 +62,42 @@ 62 62 63 63 == Configuration of e-mail contents and fields == 64 64 65 - DieKonfigurationderInhalteundFelderdereigentlichenNachrichtbenutzteinenVorlagenmechanismus.Dieserbasiert aufdenvierDateien,dieunter[[Konfigurationder E-Mail-Nachricht>>||anchor="message_files_config"]] eingestelltwurden.DiesewerdenbeiderInstallationdesPlugins alsMandantdateieingespielt undbeider SynchronisationderNachrichtenbenutzt. UmeineformularspezifischeAnzeige zu gewährleisten, istesmöglich, gleichbenannteDateienmanuell alsFormulardateianzulegen undsomitdie Formulardateienzu überlagern. In allenDateienistesmöglich,[[Platzhalter>>doc:Formcycle.UserInterface.Variables||target="_blank"]]zu verwenden,sodasshierabgesendeteFormulardatenausgegebenwerdenkönnen.Ebensoistesdamitmöglich,etwaeinen LinkzurAnzeigedesusgefülltenFormularszu erzeugen.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 -; Inhalt68 -: Standardwert: //mail_body.txt//.GibtdenInhaltderE-Mail-Nachrichtan.Nurhierbesteht dieMöglichkeit,{{smallcaps}}Html{{/smallcaps}}zu hinterlegen.Beispiel: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}}. Example: 69 69 70 70 {{code language="html"}} 71 71 <html> 72 72 <head></head> 73 73 <body> 74 - <p><a href="[%$FORM_INBOX_LINK%]">Link</a> zumVorgang([%$PROCESS_ID%]).</p>74 + <p><a href="[%$FORM_INBOX_LINK%]">Link</a> to form entry ([%$PROCESS_ID%]).</p> 75 75 </body> 76 76 </html> 77 77 {{/code}} 78 78 79 -; Betreff80 -: Standardwert: //mail_subject.txt//.Gibt denBetreffder Nachrichtan.Beispiel:79 +; Subject 80 +: Default value: //mail_subject.txt//. Specifies the subject of the message. Example: 81 81 82 82 {{code language="none"}} 83 83 ID: [%$RECORD_ID%] - [%$STATUS_NAME%] 84 84 {{/code}} 85 85 86 -; Empfänger87 -: Standardwert: //mail_to.txt//.GibtdenEmpfängerderNachricht an.Dieserist nachdemMuster //Name <user@example.com>// anzugeben und hatkeinerleiAuswirkungenaufdeneigentlichenEmpfangder Nachricht.Beispiel:86 +; Recipient 87 +: 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: 88 88 89 89 {{code language="none"}} 90 90 XIMA FORMCYCLE <no-reply@example.com> 91 91 {{/code}} 92 92 93 -; Absender94 -: Standardwert: //mail_from.txt//.GibtdenAbsenderderNachricht an.DieseristnachdemMuster //Name <user@example.com>// anzugeben und hatkeinerleiAuswirkungenauf dasAbsendenderNachricht.Beispiel:93 +; Sender 94 +: 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: 95 95 96 96 {{code language="none"}} 97 97 [%$PROJECT_NAME%] <[%$PROJECT_NAME%]@example.com> 98 98 {{/code}} 99 99 100 -== KonfigurationdesE-Mail-Programms==100 +== Configuration of the e-mail program == 101 101 102 102 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: 103 103