| Raritan PX2/PX3 JSON-RPC API
    | 
SMTP server configuration. More...
import"Smtp.idl";
| Public Attributes | |
| string | host | 
| SMTP server host name or IP address. | |
| int | port | 
| SMTP server port. | |
| boolean | useTls | 
| Enforce TLS usage. | |
| boolean | allowOffTimeRangeCerts | 
| allow expired and not yet valid TLS certificates | |
| string | caCertChain | 
| TLS CA certificate chain. | |
| string | sender | 
| Sender email address. | |
| boolean | useAuth | 
| SMTP server requires authentication. | |
| string | username | 
| Authentication user name. | |
| string | password | 
| Password; write-only, empty to leave unchanged. | |
| int | retryCount | 
| Number of attempts at sending the email. | |
| int | retryInterval | 
| Sending retry interval in minutes. | |
SMTP server configuration.
 1.8.14
 1.8.14