You can use the SMTP data source to configure an SMTP connection, e.g. to send an e-mail using the smtp\Send action.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
TEXT |
smtp.host |
Specifies the address of the SMTP server. |
|
TEXT |
smtp.user |
Specifies the user for authentication on the SMTP server. |
|
PASSWORD |
smtp.password |
Specifies the password for the specified user. |
|
NUMBER |
smtp.port |
Specifies the port for establishing a connection with the SMTP server. |