Skip to content

Commit

Permalink
Task-70913 : publish news : email received displays truncated border …
Browse files Browse the repository at this point in the history
…and content (#1176) (#1177)
  • Loading branch information
mkrout committed Apr 30, 2024
1 parent 397a81b commit e3c7b8c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ protected MessageInfo makeMessage(NotificationContext ctx) {
templateContext.put("FIRST_NAME", encoder.encode(receiver.getProfile().getProperty(Profile.FIRST_NAME).toString()));
// Footer
templateContext.put("FOOTER_LINK", LinkProviderUtils.getRedirectUrl("notification_settings", receiver.getRemoteId()));
templateContext.put("COMPANY_LINK", LinkProviderUtils.getBaseUrl());
String subject = TemplateUtils.processSubject(templateContext);
String body = TemplateUtils.processGroovy(templateContext);
// binding the exception throws by processing template
Expand Down

0 comments on commit e3c7b8c

Please sign in to comment.