kuehne-trustable-de / ca3sCore

ca3s is a CA system with a flexible RA part based on BPM aiming to automate as much as possible. Therefore providing ACME and SCEP interfaces in addition to the usual web form. Aggregating certificate sets from different sources and using CMP-connected CAs or ADCS instances for certificate creation. The ca3s core server is based on spring boot 2.x and jHipster
European Union Public License 1.2
8 stars 3 forks source link

build option to use title tag from mail template as mail subject #605

Closed kuehne-trustable-de closed 2 hours ago

kuehne-trustable-de commented 2 hours ago

It is more convenient to design the mail template and define the email subject by creating a page title.

kuehne-trustable-de commented 2 hours ago

The property ca3s.email.template.useTitleAsMailSubject=true enables the feature. If a title is available in the evaluated template, it is used. If there is no or an empty title the titleKey mechanism will be used.

fixed in version 1.1.14