SMTP
Description of the SMTP transmission method
To submit messages to our EDI platform, an individual recipient address is required, which will be provided upon request.
Email address
The email address is structured as follows:
ID[+tag][+test]@ediplatform.services
| Name | Type | Description |
|---|---|---|
| ID | Required | Unique identifier assigned by our support team |
| [+test] | Optional | Can be used to distinguish test transmissions |
| [+tag] | Optional | Can be assigned by our support team to distinguish additional processes |
Further information
The messages can be transferred both as an attachment or in the body of the email. When transmitting in the body, only plain text is supported.
Error messages
The following SMTP error codes may be returned by this interface:
| Error code | Message | Meaning |
|---|---|---|
| 5.1.1 | Invalid receiver id | The ID specified in the email address is not valid. |
| 5.1.1 | No tenant or process configuration found | No configuration could be found for the specified ID or tag. |
| 5.1.1 | No tenant configuration found | No configuration found for the specified ID in this transmission protocol. |
| 5.1.1 | No process configuration found | The specified tag does not exist or is not configured for this transmission protocol. |
| 5.1.1 | Failed to load tenant parameter | The specified parameter could not be loaded. See the log file for details. |
| 5.7.1 | Invalid sender | The sender address does not match the sender address registered in our system. |
| 5.7.5 | smime signature not invalid | The S/MIME signature of the email is invalid. Please verify the signature and the S/MIME certificate. |
| 5.7.5 | required smime signature not found or invalid | The email must be signed, but no valid signature was found. Please verify the email and the S/MIME certificate. |
| 5.6.0 | no data found | No processable transmission was found, e.g. due to an incorrect file extension. See the log file for details. |
| 5.6.0 | internal error while handling a failed message | Unknown error while processing the email. See the log file for details. |