14 constant
int ERR_INVALID_PARAMS = 1;
int retryCount
Number of attempts at sending the email.
Definition: Smtp.idl:27
int retryInterval
Sending retry interval in minutes.
Definition: Smtp.idl:28
int status
Status code; 0 if OK.
Definition: Smtp.idl:50
boolean useAuth
SMTP server requires authentication.
Definition: Smtp.idl:24
string caCertChain
TLS CA certificate chain.
Definition: Smtp.idl:22
Result of SMTP configuration test.
Definition: Smtp.idl:49
Device Settings.
Definition: Modbus.idl:9
string password
Password; write-only, empty to leave unchanged.
Definition: Smtp.idl:26
string message
Status message.
Definition: Smtp.idl:51
SMTP settings interface.
Definition: Smtp.idl:12
string host
SMTP server host name or IP address.
Definition: Smtp.idl:18
SMTP server configuration.
Definition: Smtp.idl:17
string sender
Sender email address.
Definition: Smtp.idl:23
string username
Authentication user name.
Definition: Smtp.idl:25
boolean allowOffTimeRangeCerts
allow expired and not yet valid TLS certificates
Definition: Smtp.idl:21
int port
SMTP server port.
Definition: Smtp.idl:19
boolean useTls
Enforce TLS usage.
Definition: Smtp.idl:20