SMTP
An SMTP resource template represents a connection to an SMTP server. Used by component implementations to send and receive messages to and from an SMTP mail server.
General
Property | 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 length of time to wait for a response from the server. The timeout must be greater than 0. A timeout of zero is interpreted as an infinite timeout.
Default: 0. |
Login Credentials
SSL
Property | Required? | Editable? | Accepts SVars? | Description |
---|---|---|---|---|
Enable SSL
|
Y | Y | N | Enable SSL connections. When checked, the SSL properties display.
Default: Unchecked. |
SSL Client Provider
|
Y | Y | N | The name of an SSL Client Provider resource. |
Copyright © Cloud Software Group, Inc. All rights reserved.