fix: application common yaml add mail config
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user