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
  • Loading branch information
mkrout committed Apr 29, 2024
1 parent 41a4de8 commit 69e321c
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 69e321c

Please sign in to comment.