| property name | discriptions |
| connection name |
Input a name to recognize the connection configurations. |
| host name[host] |
Input a host name or an IP address for connecting. |
| Use SMTP over SSL[protocol] |
Select whether to use SMTP over SSL or not to encrypt the communication content.
| No[smtp] | Connect without encryption (initial value) |
| Yes[smtps] | Connect by SMTP over SSL. |
|
| Use STARTTLS[sslType] |
Select whether to use STARTTLS command or not when connect by SMTP over SSL. If select "Yes" for the "Use SMTP over SSL" property, the property will be shown.
| No[default] | Don't use the STARTTLS command.(initial value) |
| Yes[starttls] | Use the STARTTLS command. |
|
| port number[port] |
Input a listening port number.The initial value is 25.
It's necessary to specify a dedicated number for the port number (It's common to use 465) when connect by SMTP over SSL. Please specify it according to the actual port number. |
| authentication[auth] |
Select a way for the authentication on SMTP server.
| POP before SMTP | POP before SMTP authentication (initial value) |
| SMTP authentication[SMTP] | SMTP authentication |
| none | No authentication |
|
| POP3 server name[pophost] |
Input a host name for connecting. The name will be shown if have selected "POP before SMTP" for the authentication. |
| Use POP over SSL[popProtocol] |
Select whether to use POP over SSL or not to encrypt the communication content.
| No[pop3] | Connect without encryption (initial value) |
| Yes[pops] | Connect by POP over SSL. |
|
| Use STARTTLS[popSslType] |
Select whether to use STARTTLS command or not when connect by POP over SSL.It will be shown if have selected "Yes" for the "Use POP over SSL" property.
| No[default] | Don't use STARTTLS command (initial value) |
| Yes[starttls] | Use STARTTLS command |
|
| POP3 port number[popport] |
Input a listening port number.The initial value is 110. It will be shown if have selected "POP before SMTP" for the authentication.
It's necessary to specify a dedicated number for the port number (It's common to use 995.) when connect by POP over SSL. Please specify it according to the actual port number. |
| username[user] |
Input a username for connecting. The name will be shown if have selected "POP before SMTP" for the authentication. |
| password[password] |
Input a password for connecting. The password will be shown if have selected "POP before SMTP" for the authentication. |
| APOP[apop] |
Select whether to use APOP or not for the POP3 server authentication. The initial value is true. It will be shown if have selected "POP before SMTP" for the authentication.
| Yes[true] | Apply APOP(initial value) (initial value) |
| No[false] | Don't apply APOP. |
|
| Interval (millisecond) [interval] |
Set the interval time in millisecond from the authentication begins on the POP3 until the SMTP server can be used. The initial value is 5. It will be shown if have selected "POP before SMTP" for the authentication. |
| SMTP username[smtpuser] |
Input a username for accessing to the SMTP server. It will be shown if have selected the "SMTP authentication". |
| SMTP password[smtppassword] |
Input a password for the "SMTP username". It will be shown if have selected the "SMTP authentication". |
| authentication methods[smtpauthtype] |
Select a authentication method. The initial value is "plane text". it will be shown if have selected the "SMTP authentication".
| plain text[plain] | Use a plain text for the authentication.(initial value) |
| CRAM-MD5[cram-md5] | Use CRAM-MD5 for the authentication. |
|
| time-out period (second) [timeout] |
Set a time-out period for the case of no response. The initial value is 60. |
| modify dynamically |
Select whether to enable it to modify the connection definition by DynamicConnection component while flow is running.
Select "Yes" to enable it to select in the "connection" property of DynamicConnection component.
| No | Don't enable it to modify. (initial value) |
| Yes | Enable it to modify. |
|