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.

General
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:

  • Identity Provider - Provide user name and password credentials encapsulated in an identity provider resource. When selected, the Identity Provider field is activated.
  • Username + Password - Provide inline user name and password credentials. When selected, the Username and Password fields are activated.

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.

SSL
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.