Preparing the POP3 incoming mail server
Prepare connection information for the POP3 incoming mail server you want to connect with the POP3 Connector.
-Hostname
-Port number
Creating a Connection resource
To use the POP3 Connector in HULFT Square, you need to create a connection resource first.
1. In HULFT Square, go to [Main] - [DATA INTEGRATION] - [Connections] and click [Add New].
2. In the Type section, select [Email] for Connector and [POP3 server connection] for Type, then click [Next].
3. In the General section, set a name of the connection resource, workspace (optional) and description (optional), then click "Next".
4. In the Settings section, set the parameter values required for the connection.
To verify the connection with the entered values, click [Verify Connection].
Item name | Description | Required | Remarks |
Hostname | Enter the POP3 incoming mail server. |
○ |
|
Port number | Enter the POP3 incoming mail server port number. |
|
|
Timeout | Enter the number of the connection timeout time in milliseconds. |
|
|
SSL connection | Select whether to make the SSL connection.
|
|
5. When the Verify connection dialog box opens, set [Integrate service] and [Profile to load resources] and click "OK".
The verification test result will appear on the dialog box.
6. If there are no problems, click "Finish" to complete the connection resource creation process.
Now you have a POP3 connection resource.
Setting up the connector
Here is an example of using the POP3 Connector on a script using the connection resource added above.
Example: Setting up a POP3 Connector [Receive E-mail (POP3)] operation
Drag and drop [Network] - [Mail] - [Receive E-mail (POP3)] onto the script canvas to open the properties dialog.
The setting values for each item in the required settings tab are as follows:
-Destination: Select the resource name created in the section above.
-User name: Enter the user name.
-Password: Enter the password.
Comments
0 comments
Article is closed for comments.