Kunde Informieren: Unterschied zwischen den Versionen

Aus Helper
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Zeile 30: Zeile 30:


== Fehlermeldungen ==
== Fehlermeldungen ==
-1202 SMTP: the server response to the STARTTLS command was incorrect
-1202 SMTP: the server response to the STARTTLS command was incorrect
-1203 SMTP: the server does not support the STARTTLS command, so a secure connection cannot be established
-1203 SMTP: the server does not support the STARTTLS command, so a secure connection cannot be established
-1204 SMTP: the secure parameter to SMTPSend is invalid
-1204 SMTP: the secure parameter to SMTPSend is invalid
-1205 SMTP: 435 Unable to authenticate at present
-1205 SMTP: 435 Unable to authenticate at present
-1206 The SMTP server does not support authentication
-1206 The SMTP server does not support authentication
-1207 SMTP: 535 Incorrect authentication data
-1207 SMTP: 535 Incorrect authentication data
-1208 SMTP: 432 A password transition is needed
-1208 SMTP: 432 A password transition is needed
-1209 SMTP: 534 The authentication mechanism is too weak
-1209 SMTP: 534 The authentication mechanism is too weak
-1210 SMTP: 538 Encryption is required for requested authentication mechanism
-1210 SMTP: 538 Encryption is required for requested authentication mechanism
-1211 SMTP: 454 Temporary authentication failure
-1211 SMTP: 454 Temporary authentication failure
-1212 SMTP: 530 Authentication is required
-1212 SMTP: 530 Authentication is required
-1213 Unexpected response from server during authentication
-1213 Unexpected response from server during authentication
-1214 SMTP: OK Authenticated
-1214 SMTP: OK Authenticated
-1215 SMTP: continue command
-1215 SMTP: continue command
-1216 Required type of authentication (PLAIN or LOGIN) not supported by SMTP server
-1216 Required type of authentication (PLAIN or LOGIN) not supported by SMTP server
-1217 The response to the EHLO command could not be parsed
-1217 The response to the EHLO command could not be parsed
-1218 Parameter passed to mail command is too long
-1218 Parameter passed to mail command is too long
-1219 SMTP: Unrecognised response from SMTP server
-1219 SMTP: Unrecognised response from SMTP server
-1220 SMTP: 211 System status, or system help reply
-1220 SMTP: 211 System status, or system help reply
-1221 SMTP: 214 Help message
-1221 SMTP: 214 Help message
-1222 SMTP: 220 <domain> Service ready
-1222 SMTP: 220 <domain> Service ready
-1223 SMTP: 221 <domain> Service closing transmission channel
-1223 SMTP: 221 <domain> Service closing transmission channel
-1224 SMTP: 250 Requested mail action okay, completed
-1224 SMTP: 250 Requested mail action okay, completed
-1225 SMTP: 251 User not local; will forward to <forward-path>
-1225 SMTP: 251 User not local; will forward to <forward-path>
-1226 SMTP: 354 Start mail input; end with <CRLF>.<CRLF>
-1226 SMTP: 354 Start mail input; end with <CRLF>.<CRLF>
-1227 SMTP: 421 <domain> Service not available, closing transmission channel
-1227 SMTP: 421 <domain> Service not available, closing transmission channel
-1228 SMTP: 450 Requested mail action not taken: mailbox unavailable [E.g., mailbox busy]
-1228 SMTP: 450 Requested mail action not taken: mailbox unavailable [E.g., mailbox busy]
-1229 SMTP: 451 Requested action aborted: local error in processing
-1229 SMTP: 451 Requested action aborted: local error in processing
-1230 SMTP: 452 Requested action not taken: insufficient system storage
-1230 SMTP: 452 Requested action not taken: insufficient system storage
-1231 SMTP: 500 Syntax error, command unrecognized
-1231 SMTP: 500 Syntax error, command unrecognized
-1232 SMTP: 501 Syntax error in parameters or arguments
-1232 SMTP: 501 Syntax error in parameters or arguments
-1233 SMTP: 502 Command not implemented
-1233 SMTP: 502 Command not implemented
-1234 SMTP: 503 Bad sequence of commands
-1234 SMTP: 503 Bad sequence of commands
-1235 SMTP: 504 Command parameter not implemented
-1235 SMTP: 504 Command parameter not implemented
-1236 SMTP: 550 Requested action not taken: mailbox unavailable
-1236 SMTP: 550 Requested action not taken: mailbox unavailable
-1237 SMTP: 551 User not local; please try <forward-path>
-1237 SMTP: 551 User not local; please try <forward-path>
-1238 SMTP: 552 Requested mail action aborted: exceeded storage allocation
-1238 SMTP: 552 Requested mail action aborted: exceeded storage allocation
-1239 SMTP: 553 Requested action not taken: mailbox name not allowed
-1239 SMTP: 553 Requested action not taken: mailbox name not allowed
-1240 SMTP: 554 Transaction failed
-1240 SMTP: 554 Transaction failed


[[Kategorie:Workflowschritt]]
[[Kategorie:Workflowschritt]]

Version vom 9. Mai 2022, 15:20 Uhr

Mantiseinträge
 2423
Systemtyp
 52

Beschreibung

Dieser Arbeitsschritt bietet die Möglichkeit ein E-Mail zu konfigurieren, welches dann für jedes DO versendet wird. Die maximale Dateigrösse vor dem zippen darf nicht grösser als 20 MB sein. Falls diese grösser ist gibt es einen DO Fehler.

Essentielle Felder

 HZ_MAILBETREFF Betreff des E-Mail als Kalkulation in Omnis Code. zB: con('Mail wegen des DO ',[DO_SEQ])
 HZ_TB_SEQ Verknüpfung zum Textbaustein, welcher zum Inhalt des Mails wird
 HZ_ERROREMAILADR Alle Empfänger des Mails Komma getrennt. Kann entweder normale Mailadressen oder [Attributsname] enthalten
 HZ_EXPORTFILENAME Regex welcher entscheidet welche Files im DO Ordner als Anhang im E-Mail versendet werden sollen. 
 Falls dieses Feld leer ist wird keine Datei angehängt. 

Hier kann man Regex erstellen & testen: https://regexr.com/

 HZ_EXPORTFILETYP Sollen alle Dateien welche vom Regex gefunden wurden gezippt angehängt werden?
 HZ_USERNAME Benutzername des SMTP-Servers & Absenderadressse
 HZ_PASSWORD Passwort des SMTP-Servers
 HZ_FILENAME Filename des ZIP's. Muss in Omnis Code geschrieben werden. AT's werden Rekursiv ersetzt.
 Beispiel: con('TestZip',[jahrgang]) = TestZip2020.zip


Fehlermeldungen

-1202	SMTP: the server response to the STARTTLS command was incorrect
-1203	SMTP: the server does not support the STARTTLS command, so a secure connection cannot be established
-1204	SMTP: the secure parameter to SMTPSend is invalid
-1205	SMTP: 435 Unable to authenticate at present
-1206	The SMTP server does not support authentication
-1207	SMTP: 535 Incorrect authentication data
-1208	SMTP: 432 A password transition is needed
-1209	SMTP: 534 The authentication mechanism is too weak
-1210	SMTP: 538 Encryption is required for requested authentication mechanism
-1211	SMTP: 454 Temporary authentication failure
-1212	SMTP: 530 Authentication is required
-1213	Unexpected response from server during authentication
-1214	SMTP: OK Authenticated
-1215	SMTP: continue command
-1216	Required type of authentication (PLAIN or LOGIN) not supported by SMTP server
-1217	The response to the EHLO command could not be parsed
-1218	Parameter passed to mail command is too long
-1219	SMTP: Unrecognised response from SMTP server
-1220	SMTP: 211 System status, or system help reply
-1221	SMTP: 214 Help message
-1222	SMTP: 220 <domain> Service ready
-1223	SMTP: 221 <domain> Service closing transmission channel
-1224	SMTP: 250 Requested mail action okay, completed
-1225	SMTP: 251 User not local; will forward to <forward-path>
-1226	SMTP: 354 Start mail input; end with <CRLF>.<CRLF>
-1227	SMTP: 421 <domain> Service not available, closing transmission channel
-1228	SMTP: 450 Requested mail action not taken: mailbox unavailable [E.g., mailbox busy]
-1229	SMTP: 451 Requested action aborted: local error in processing
-1230	SMTP: 452 Requested action not taken: insufficient system storage
-1231	SMTP: 500 Syntax error, command unrecognized
-1232	SMTP: 501 Syntax error in parameters or arguments
-1233	SMTP: 502 Command not implemented
-1234	SMTP: 503 Bad sequence of commands
-1235	SMTP: 504 Command parameter not implemented
-1236	SMTP: 550 Requested action not taken: mailbox unavailable
-1237	SMTP: 551 User not local; please try <forward-path>
-1238	SMTP: 552 Requested mail action aborted: exceeded storage allocation
-1239	SMTP: 553 Requested action not taken: mailbox name not allowed
-1240	SMTP: 554 Transaction failed