What SMTP properties are available?

You can configure SMTP as required.

Properties that are highlighted as cross-tenant properties can only be changes using ARIS Cloud Controller Command-line Tool. To change these settings enter the following:

reconfigure umcadmin_<size of your installation, s, m, or l> JAVA-D<property name>="<value>"

Example

reconfigure umcadmin_m JAVA-Dcom.aris.umc.loadbalancer.url="https://myserver.com"

Connection

Key

Description

Valid input

Example

com.aris.umc.notification.smtp.host

Host name

Specifies the host name or IP address of the SMTP server. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual.

String

localsmtp.my.corp.softwareag.com

com.aris.umc.notification.smtp.port

Port

Specifies the port for the SMTP server.

Integer greater than or equal to 0, but less than or equal to 65535

 

com.aris.umc.notification.sender

Sender address

Specifies the sender address for notifications. This must be a valid e-mail address.

String

 

com.aris.umc.notification.type

E-mail format

Specifies the default type used for sending notifications.

String

 

com.aris.umc.notification.language

Default language

Specifies the default language in which notifications are sent. If this property is not defined, the server operating system language is used. If a user prefers a different locale, this locale is given preference. Otherwise, the global settings are considered.

en

 

com.aris.umc.notification.smtp.authentication

Use authentication

Specifies whether authentication to the SMTP server is to be used.

true, false

 

com.aris.umc.notification.smtp.userName

User name

Specifies the user name that is used for authentication.

String

 

com.aris.umc.notification.smtp.password

Password

Specifies the password that is used for authentication to the SMTP server.

String

smtppassword

com.aris.umc.notification.smtp.ssl

Use SSL

Specifies whether TLS is to be used for the connection to the SMTP server.

true, false

false

com.aris.umc.notification.smtp.ssl.mode

SSL mode

Specifies the method to be used for a trusted connection. STARTTLS or SSL can be used. STARTTLS transforms a connection that was originally untrusted into an encrypted connection without requiring a specific port for the trusted connection. SSL establishes a trusted connection with a dedicated port immediately.

STARTTTLS, SSL

STARTTTLS

com.aris.umc.notification.smtp.timeout

Connection timeout (in milliseconds)

Specifies the duration after which the attempt to connect to the SMTP server is canceled. This is defined in milliseconds.

Integer > 0

 

Advanced settings

Key

Description

Valid input

Example

com.aris.umc.notification.debug

Debug output

Activates debugging output.

true, false

 

com.aris.umc.notification.smtp.retry.count

Number of retries

Specifies the number of retries for sending notifications.

Integer > 0

 

com.aris.umc.notification.smtp.retry.sleep.min

Minimum wait time (in milliseconds)

Specifies the minimum wait time between the retries. This is defined in milliseconds.

Integer > 0

 

com.aris.umc.notification.smtp.retry.sleep.max

Maximum wait time (in milliseconds)

Specifies the maximum wait time between the retries. This is defined in milliseconds.

Integer > 0

 

com.aris.umc.notification.smtp.sendrate

Send rate (per second)

Specifies the maximum number of messages sent per second. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual.

Integer > 0

 

com.aris.umc.notification.smtp.replyto

Reply-to addresses

Specifies a comma-separated list of reply-to addresses.

 

 

com.aris.umc.notification.threads

Number of threads

Specifies the maximum number of threads that are used for sending notifications. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual.

Integer > 0

 

com.aris.umc.notification.queue

Maximum queue length

Specifies the maximum number of notifications allowed in a send queue. If the send queue is too full, all subsequent notifications are refused. Cross-tenant property that can only be changed using ARIS Cloud Controller. For further information, refer to ARIS Cloud Controller (ACC) Command-line Tool manual.

Integer > 0