POP/SMTP
Former name until version 5.5.4: POP/SMTP Connector
Properties
I/O Mode (input_type) | Data handling mode Possible values:
|
File name (documentname) | Name of the file attachment to be sent (if Please note: If you want to parameterize this property dynamically, use its technical name in the corresponding XSL mapping. The technical name may differ from the displayed name. Example:
XML
|
Delete (delete) | Delete email message after the successful reception from the POP3 server (if property |
Operation (action) | Defines which operation will be executed for the specified file(s). Depending on the value in Possible values:
|
Parameters
from | Email address of the email sender; If required, with specification of a display name Possible values: Any valid email address (e.g. |
sender | Technical sender agent (if different from parameter Possible values: Any valid email address (e.g. |
to | Email address(es), to which the email shall be sent; If required, with specification of a display name Possible values: Any valid email address; in case of multiple addresses separated by semicolon (e.g. |
cc | Email address(es) to which the email will be sent as carbon copy; If required, with specification of a display name Possible values: Any valid email address; in case of multiple addresses separated by semicolon (e.g. |
bcc | Email address(es) to which the email will be sent as blind carbon copy; If required, with specification of a display name Possible values: Any valid email address; in case of multiple addresses separated by semicolon (e.g. |
replyTo | Email address to which the reply shall be sent Possible values: Any valid email address (e.g. |
subject | Subject of the email to be sent |
body | Message body that represents the email's content (if the input document of the adapter is an HTML document, it will be used as HTML message body) Possible values: Any string |
mimeTypeBody | MIME type of the email body (allows to display HTML emails or multiple attachments) Possible values: Valid MIME type (e.g. |
charset | Encoding of the email body Possible values: Valid encoding/charset (e.g. |
smtp | IP address or host name of the SMTP server to send emails Possible values: Any valid string (e.g. |
smtpPort | Port of the SMTP server to send emails Possible values: Any positive integer number, e.g. |
smtpSecurityProtocol | SMTP security protocol to be used Possible values:
|
smtpAllowAllHosts | Allow all hosts for SMTP Please note that hosts without a valid certificate will also be allowed.
|
pop3 | IP address or host name of the POP3 server to receive emails Possible values: Any valid string (e.g. |
pop3Port | Port of the POP3 server to receive emails Possible values: Any positive integer number |
pop3SecurityProtocol | POP3 security protocol to be used Possible values:
|
pop3AllowAllHosts | Allow all hosts for POP3 Please note that hosts without a valid certificate will also be allowed.
|
login | User name for the POP3 server (when receiving email) or for the SMTP server (when sending an email) Possible values: Any valid string (e.g. |
password | Password for the POP3 server (when receiving email) or for the SMTP server (when sending an email) |
oAuth2 | Defines if the OAuth 2.0 protocol is used for log-in. Possible values:
If the OAuth 2.0 protocol is used,
|
oAuth2_twoLineAuth | Activates the POP3 protocol for Microsoft 365.
Needs to be activated in addition to
oAuth2 to use POP3 protocol with Microsoft 365.
Possible values:
|
file_limit | Limit the number of attachments to be sent (if Possible values:
|
dir | Local directory on the X4 Server e.g. in the X4 Repository that contains files to be sent as email attachments (if Possible values: Any string (e.g. |
filter | Filter files to be send as attachments by their name using the placeholders Possible values:
|
EML | Send a message in EML format (this requires an EML message as adapter input) or receive a message in EML format Possible values:
|
base64 | Encode attachments (multipart content) always as base64 (if the property Possible values:
|
encrypt | Encrypt the message with S/MIME (Multipart/Encrypted) Possible values:
|
sign | Sign the message with S/MIME (Multipart/Signed) Possible values:
|
Pkcs12 | Path to a valid key/certificate in the PKCS#12 format Possible values: Any valid path in the local file system of the X4 Server (e.g. |
passphrase | Password/passphrase to the key/certificate file in PKCS#12 format that has been specified within the parameter Possible values: Any valid string |
propertiesType | Date format for a properties file which can be used to define further JavaMail properties Possible values:
|
propertiesUrl | Deprecated Parameter As of version 6.2.0 of the X4 BPMS, the security protocol to be used can be set via the parameters If using the now deprecated parameter URL to a properties file which can be used to define further JavaMail properties, see https://javamail.java.net/nonav/docs/api/com/sun/mail/smtp/package-summary.html. The linked file must be available in the format defined within parameter
Possible values: Any valid URL, e.g. |