2
0

fix: application common yaml add mail config

This commit is contained in:
zhangsz
2025-02-07 18:30:51 +08:00
parent d04e2cb78b
commit a9e8f0be54

View File

@@ -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 <smtpex@agrantech.com>
# 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: