From 5c7e5f37be4609bc9c3717ea4c9d91bbd3e2f818 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw)" <3293172751nss@gmail.com> Date: Fri, 10 Nov 2023 21:15:52 +0800 Subject: [PATCH] fix: add chat thmp --- deployments/templates/chat.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/deployments/templates/chat.yaml b/deployments/templates/chat.yaml index 4f4936b13..3c3862bce 100644 --- a/deployments/templates/chat.yaml +++ b/deployments/templates/chat.yaml @@ -96,7 +96,14 @@ verifyCode: accessKeySecret: "" signName: "" verificationCodeTemplateCode: "" - + mail: # 根据对应的发件邮箱更改 sendMail、senderAuthorizationCode、smtpAddr、smtpPort 即可 + title: "" + senderMail: "" # 发送者 + senderAuthorizationCode: "" # 授权码 + smtpAddr: "smtp.qq.com" # smtp 服务器地址 + smtpPort: 25 # smtp 服务器邮件发送端口 + testDepartMentID: 001 + imAPIURL: http://127.0.0.1:10002 ###################### Proxy Header ###################### # 获取ip的header,没有配置直接获取远程地址