Aias00 commented on issue #5982:
URL: https://github.com/apache/shenyu/issues/5982#issuecomment-2782669826
> yes,v2.6.0 can run in k8s,v2.7.0 not。another problem is QPS 30000 -> 4000
when rewrite plugin enabled。
hi , add some configs into ur application.yml
`
spring:
mail:
# Attention: this is mail server address.
host: smtp.qq.com
username: [email protected]
# Attention: this is not email account password, this requires an email
authorization code
password: your-password
#Attention: Tencent mail smtps 465,smtp 587
port: 587
properties:
mail:
smtp:
socketFactoryClass: javax.net.ssl.SSLSocketFactory
ssl:
enable: true`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]