quantranhong1999 commented on code in PR #3097:
URL: https://github.com/apache/james-project/pull/3097#discussion_r3643550309
##########
mailbox/plugin/quota-mailing/src/main/java/org/apache/james/mailbox/quota/mailing/QuotaMailingListenerConfiguration.java:
##########
@@ -73,6 +75,10 @@ private static Optional<String>
readBodyTemplate(HierarchicalConfiguration<Immut
return Optional.ofNullable(config.getString(XmlKeys.BODY_TEMPLATE,
null));
}
+ private static Optional<String>
readHtmlBodyTemplate(HierarchicalConfiguration<ImmutableNode> config) {
+ return
Optional.ofNullable(config.getString(XmlKeys.HTML_BODY_TEMPLATE, null));
Review Comment:
Should we have docs for this html template config?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]