Re: Customizing Poliy Notifications text for emails in Quickr J2EE 8.1.x
In original email.properties message is only one line long. To add new lines in message \n has to be used. The message it self still must be in one line (since only line in BODY=... is read).
Original email.properties file:
BODY=Hi {0}, this is an automatically generated message because application {1}, which lists you as {2} received a policy violation event.
Example of modified:
BODY=Hi {0}, this is an automatically generated message because application {1}\n, which lists you as {2} received a policy violation event.
now message will be in two lines.