In my application.properties I add some custom attributes.
application.properties
custom.mail.property.subject-message=This is a ä ö ü ß problem
In t
To set the UTF-8 encoding for the text in the application.properties (and any other Java properties as well as environment variables) add -Dfile.encoding=UTF-8 to java command line agrs.
-Dfile.encoding=UTF-8