If you did not enter the SMTP server connection parameters during the setup process of a previous ARIS version you need to register your SMTP server manually.
Enter, for example:
register external service smtp host="YourMailServerAddressWithDomain" port=25
Check that setting entering:
list external services
SMTP mail server configuration is set.
You can modify SMTP configuration parameters using the update external service command.
Parameter |
Type |
Default value |
Description |
---|---|---|---|
Host host |
String |
Qualified hostname or IP of the SMTP server. |
|
Port port |
Integer |
25 |
Port of the SMTP server. |
User name username |
String |
User name on the SMTP server. If this parameter is set, the applications will implicitly enable SMTP authentication. There is NO dedicated parameter to explicitly enable SMTP authentication. |
|
Password password |
String |
Password for the user on the SMTP server. |
|
Sender address sender.address |
String |
Sender's e-mail address. |
|
TLS use.tls |
Boolean |
false |
Specifies if SMTP server is TLS enabled. |
TLS mode tls.mode |
String |
STARTTLS |
Specifies the method used to secure the connection. Accepted values are STARTTLS and SSL. STARTTLS upgrades an initiallyhe non-secure connection to an encrypted one without requiring a dedicated port for secure communication, whereas SSL immediately establishes a secured connection on a dedicated port. |