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