- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for addSuccessSendTestmail (0.09 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
postcard.addTo(address); })); BeanUtil.copyMapToBean(dataMap, postcard); }); saveInfo(messages -> messages.addSuccessSendTestmail(GLOBAL)); updateProperty(Constants.NOTIFICATION_TO_PROPERTY, form.notificationTo); systemProperties.store(); } catch (final Exception e) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 13.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java
* <pre> * message: Sent a test mail. * </pre> * @param property The property name for the message. (NotNull) * @return this. (NotNull) */ public FessMessages addSuccessSendTestmail(String property) { assertPropertyNotNull(property); add(property, new UserMessage(SUCCESS_send_testmail)); return this; } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 119.6K bytes - Viewed (0)