Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RECIPIENT (0.09 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java

        public String purgeJobLogDay;
    
        /** The purge user info day setting. */
        public String purgeUserInfoDay;
    
        /** The purge by bots setting. */
        public String purgeByBots;
    
        /** The notification recipient setting. */
        @Required
        @Size(max = 1000)
        public String notificationTo;
    
        /** The suggest search log setting. */
        public String suggestSearchLog;
    
        /** The suggest documents setting. */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/Constants.java

        // ============================================================
        // Notification Property Keys
        // ============================================================
    
        /** Property key for notification recipient configuration. */
        public static final String NOTIFICATION_TO_PROPERTY = "notification.to";
    
        /** Property key for Slack webhook URLs configuration. */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 34.6K bytes
    - Viewed (0)
Back to top