Adding a footer image or text to email alerts
In v24.10 we introduced the option to customize OpenLM's email alerts. You can include a footer image or text and choose whether to display the OpenLM logo.
Where to find these settings
All these settings are in the appsettings.json file of OpenLM Server, located by default at C:\Program Files\OpenLM\OpenLM Server\bin.
Adding a footer image
To include a footer image, update the AlertEmailFooterImagePath field with the path to your image file. Only PNG files are supported.
"AlertEmailFooterImagePath": "path/to/your/image.png"
Adding footer text
To add text to the footer, specify the path to a plain text file in the AlertEmailFooterTextPath field. The text does not support hyperlinks.
"AlertEmailFooterTextPath": "path/to/your/textfile.txt"
Displaying or hiding the OpenLM logo
To show or hide the OpenLM logo in email alerts, use the AllowOlmLogoInMail parameter. Set it to true to display the logo, or false to hide it.
"AllowOlmLogoInMail": true