SMTP
An SMTP resource template represents a connection to an SMTP server. Component implementations use the SMTP resource template to send and receive messages to and from an SMTP mail server.
| Field | Required? | Editable? | Accepts SVars? | Description |
|---|---|---|---|---|
| Machine Name | Y | Y | Y | The name of the host that accepts incoming requests. Default: localhost |
| Port | Y | Y | Y | The port number on which to listen for SMTP requests. Default: 25 |
| Timeout (ms) | N | Y | Y | The time to wait for a response from the server. The timeout must be greater than 0. Default: 0 (that is, infinite timeout) |
| Login Credentials | Y | Y | Y |
Indicates how the credentials required to authenticate to a server are provided:
Default: Identity Provider |
| Identity Provider | N | Y | N | Name of the Identity Provider resource to authenticate the user. |
| Username | N | Y | N | User name to authenticate connections to the server. |
| Password | N | Y | N | User's password to authenticate connections to the server. Note: If you try to update the existing encrypted password then the existing password will be removed. You can add a new password. |
| Field | Required? | Editable? | Accepts SVars? | Description |
|---|---|---|---|---|
| Enable SSL
|
Y | Y | N | Enables SSL connections. When selected, the SSL properties are displayed. Default: Unchecked |
| SSL Client Provider
|
Y | Y | Y | The name of an SSL Client Provider resource. |