I updated Sprout Email from 4.0.8 to 4.4.9, along with Craft now being at 3.6.15.
Since then the variables inside my (redactor) custom field aren’t replaced anymore. The email template ist basically the example template outputting basic html and: {{ email.emailBodyHtml_de }}.
The content of email.emailBodyHtml_de contains things like {firstName} and {{ siteUrl }}, but they are not replaced with the User Model values (the notification is triggered at user save).
When I add {{ object.firstName }} to the html template, it outputs the name correctly, but the variables coming from the custom field aren’t replaced.
Has something changed that I am missing?
Any hint is much appreciated.
Cheers, Mark