- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for sendMail (0.06 seconds)
-
src/test/java/org/codelibs/fess/exec/CrawlerTest.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 30.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
* * @param form the mail form containing notification settings * @return HTML response after sending test mail */ @Execute @Secured({ ROLE }) public HtmlResponse sendmail(final MailForm form) { validate(form, messages -> {}, () -> asHtml(path_AdminGeneral_AdminGeneralJsp)); final String[] toAddresses = form.notificationTo.split(",");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 05:54:31 GMT 2026 - 27.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
} if (logger.isInfoEnabled()) { logger.info("[CRAWL INFO] {}", buf); } // notification try { crawler.sendMail(infoMap); } catch (final Exception e) { logger.warn("Failed to send notification mail.", e); } } } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 32.4K bytes - Click Count (0)