Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for notification_to (0.06 sec)

  1. src/main/resources/fess_label_es.properties

    labels.purge_user_info_day=Eliminar registros de usuarios anteriores
    labels.purge_by_bots=Nombre del bot para eliminar registros
    labels.log_level=Nivel de registro
    labels.csv_file_encoding=Codificación de archivo CSV
    labels.notification_to=Correo de notificación
    labels.pathmap_configuration=Mapeo de rutas
    labels.pathmap_title_details=Mapeo de rutas
    labels.disabled=Deshabilitado
    labels.pathmap_pt_crawling=Rastreo
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ko.properties

    labels.purge_search_log_day=이전 검색 로그 삭제
    labels.purge_job_log_day=이전 작업 로그 삭제
    labels.purge_user_info_day=이전 사용자 로그 삭제
    labels.purge_by_bots=로그를 삭제할 봇 이름
    labels.log_level=로그 레벨
    labels.csv_file_encoding=CSV 파일 인코딩
    labels.notification_to=알림 메일
    labels.pathmap_configuration=경로 매핑
    labels.pathmap_title_details=경로 매핑
    labels.disabled=무효
    labels.pathmap_pt_crawling=크롤링
    labels.pathmap_pt_displaying=표시
    labels.pathmap_pt_both=크롤링/표시
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.1K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_nl.properties

    labels.purge_user_info_day=Vorige gebruikerslogboeken verwijderen
    labels.purge_by_bots=Botnaam om logboeken te verwijderen
    labels.log_level=Logboekniveau
    labels.csv_file_encoding=CSV-bestands codering
    labels.notification_to=E-mailmelding
    labels.pathmap_configuration=Padtoewijzing
    labels.pathmap_title_details=Padtoewijzing
    labels.disabled=Uitgeschakeld
    labels.pathmap_pt_crawling=Crawlen
    labels.pathmap_pt_displaying=Weergeven
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 42.8K bytes
    - Viewed (1)
  4. src/main/resources/fess_label_pt_BR.properties

    labels.purge_user_info_day=Excluir logs de usuário anteriores
    labels.purge_by_bots=Nome do bot para excluir logs
    labels.log_level=Nível de log
    labels.csv_file_encoding=Codificação de arquivo CSV
    labels.notification_to=E-mail de notificação
    labels.pathmap_configuration=Mapeamento de caminho
    labels.pathmap_title_details=Mapeamento de caminho
    labels.disabled=Desabilitado
    labels.pathmap_pt_crawling=Rastreamento
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  5. src/main/resources/fess_label_ja.properties

    labels.purge_search_log_day=以前の検索ログを削除
    labels.purge_job_log_day=以前のジョブログを削除
    labels.purge_user_info_day=以前のユーザーログを削除
    labels.purge_by_bots=ログを削除するボット名
    labels.log_level=ログレベル
    labels.csv_file_encoding=CSVファイルのエンコード
    labels.notification_to=通知メール
    labels.pathmap_configuration=パスマッピング
    labels.pathmap_title_details=パスマッピング
    labels.disabled=無効
    labels.pathmap_pt_crawling=クロール
    labels.pathmap_pt_displaying=表示
    labels.pathmap_pt_both=クロール/表示
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Nov 07 06:19:20 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_csv_file_encoding = "{labels.csv_file_encoding}";
    
        /** The key of the message: Notification Mail */
        public static final String LABELS_notification_to = "{labels.notification_to}";
    
        /** The key of the message: Path Mapping */
        public static final String LABELS_pathmap_configuration = "{labels.pathmap_configuration}";
    
        /** The key of the message: Path Mapping */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java

                systemProperties.store();
            } catch (final Exception e) {
                logger.warn("Failed to send a test mail.", e);
                saveError(messages -> messages.addErrorsFailedToSendTestmail(GLOBAL));
            }
    
            return redirectByParam(AdminGeneralAction.class, "notificationTo", form.notificationTo);
        }
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 13.9K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/app/web/admin/general/MailForm.java

        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. */
        public String suggestDocuments;
    
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java

        /**
         * Email addresses to receive system notifications.
         * Multiple addresses can be specified, separated by commas.
         */
        @Size(max = 1000)
        public String notificationTo;
    
        /**
         * Enable or disable search suggestions based on search logs.
         * When enabled, suggestions are generated from previous searches.
         */
        @Size(max = 10)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 9.9K bytes
    - Viewed (0)
Back to top