2
0

feat: update application config and quickstart doc

This commit is contained in:
zhangsz
2025-02-08 18:34:20 +08:00
parent bc4a1d14fe
commit a10f70e8ae
4 changed files with 105 additions and 123 deletions

View File

@@ -44,19 +44,19 @@ management:
mail:
enabled: true
host: mail.agrandtech.com
port: 465
port: 25
# Enable authentication
auth: true
# Sender, follows RFC-822 standard
from: smtpex <smtpex@agrantech.com>
from: smtpext <smtpex@agrandtech.com>
# User name
user: smtpex
user: smtpext
# Password
pass: Smtp123@agt
# Use TLS security connection
starttlsEnable: true
starttlsEnable: false
# Use SSL security connection
sslEnable: true
sslEnable: false
# Timeout value for sending mail, in milliseconds
timeout: 0
# Connection timeout value, in milliseconds