Notification properties - CustomerID

rolechange

These properties define the roles and email addresses for situations where a role is added or removed from user and the system will send a notification email about the action.

The example below sends email to two given email addresses when role YPAAKAYTTA is removed from a user.
Default is <none set>.
Example:

rolechange.A = YPAAKAYTTA
rolechange.A.1 = test@email.com
rolechange.A.2 = doo@boo.fi

email.user.move

This property defines if email is sent to organization administrators if a new user is moved to their organization. If no direct administrators are not found email is not sent. 

Default is false.
Example:

email.user.move = true

notification.email.format.html

This property defines if notification emails are sent in HTML format or not. If HTML format is not set then it means that emails are sent in plain text format.

Default is false.

notification.email.format.html = true