We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1251298 commit 546ddafCopy full SHA for 546ddaf
logicaldoc-core/src/main/java/com/logicaldoc/core/task/Task.java
@@ -391,7 +391,7 @@ public void notifyReport() {
391
dictionary.put("error", (lastRunError != null ? lastRunError.getMessage() : null));
392
dictionary.put("report", prepareReport(recipient.getLocale()).replace("\\n", "<br />"));
393
394
- // Send the email
+ // Send the email..eeee
395
try {
396
sender.send(email, "task.report", dictionary);
397
log.info("Report sent to: {}", recipient.getEmail());
0 commit comments