From a9e8f0be5468e24bf9679ec73418f2fd2f561e7e Mon Sep 17 00:00:00 2001 From: zhangsz Date: Fri, 7 Feb 2025 18:30:51 +0800 Subject: [PATCH] fix: application common yaml add mail config --- .../conf/default/application-common.yml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/build/docker/conf/default/application-common.yml b/build/docker/conf/default/application-common.yml index d32be25..12f5330 100644 --- a/build/docker/conf/default/application-common.yml +++ b/build/docker/conf/default/application-common.yml @@ -40,6 +40,27 @@ management: web: exposure: include: '*' + +mail: + enabled: true + host: mail.agrandtech.com + port: 465 + # Enable authentication + auth: true + # Sender, follows RFC-822 standard + from: support + # User name + user: smtpex + # Password + pass: Admin123@pl + # Use TLS security connection + starttlsEnable: true + # Use SSL security connection + sslEnable: true + # Timeout value for sending mail, in milliseconds + timeout: 0 + # Connection timeout value, in milliseconds + connectionTimeout: 0 # Omada config omada: