This is an automated email from the ASF dual-hosted git repository.

lizhimins pushed a commit to branch rocketmq-studio
in repository https://gitbox.apache.org/repos/asf/rocketmq-dashboard.git


The following commit(s) were added to refs/heads/rocketmq-studio by this push:
     new 899561e56 fix(studio): disable mail health indicator unless SMTP 
health check is enabled (#2639)
899561e56 is described below

commit 899561e56c50d3356cd32caa88f08d80e469eed1
Author: lizhimins <[email protected]>
AuthorDate: Thu Aug 27 19:10:09 2026 +0800

    fix(studio): disable mail health indicator unless SMTP health check is 
enabled (#2639)
---
 server/src/main/resources/application.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/server/src/main/resources/application.yml 
b/server/src/main/resources/application.yml
index 84d3e729c..83b662886 100644
--- a/server/src/main/resources/application.yml
+++ b/server/src/main/resources/application.yml
@@ -47,6 +47,11 @@ management:
           include: livenessState
         readiness:
           include: readinessState,db
+  health:
+    mail:
+      # SMTP is optional for native alerting; skip the SMTP connectivity probe
+      # unless explicitly enabled, so health stays UP when no SMTP host is 
configured.
+      enabled: ${STUDIO_ALERTING_SMTP_HEALTH_ENABLED:false}
 
 studio:
   cors:

Reply via email to