docs: add Troubleshooting case

pull/90/head
moonrailgun 2 years ago
parent 2f0c8b2a26
commit 4181a426d1

@ -43,6 +43,18 @@ docker run --rm --name nginx-test -p 8080:80 nginx
See: [https://github.com/msgbyte/tailchat/issues/79](https://github.com/msgbyte/tailchat/issues/79)
### Getting `502 Invalid paramenters` when sending mail
If the prompt is similar to: `Error: Mail command failed: 502 Invalid paramenters`
```
code:'EENVELOPE',
response: '502 Invalid paramenters',
responseCode: 502,
command: 'MAIL FROM'
```
Please check whether your `SMTP_SENDER` content is correct, the general format is `xxx@example.com` or `"YourName" xxx@example.com`
## Openapi platform related

@ -43,6 +43,18 @@ docker run --rm --name nginx-test -p 8080:80 nginx
见: [https://github.com/msgbyte/tailchat/issues/79](https://github.com/msgbyte/tailchat/issues/79)
### 发送邮件时出现 `502 Invalid paramenters`
如果提示类似: `Error: Mail command failed: 502 Invalid paramenters`
```
code:'EENVELOPE',
response: '502 Invalid paramenters',
responseCode: 502,
command: 'MAIL FROM'
```
请检查你的`SMTP_SENDER`内容是否正确,一般的格式是 `xxx@example.com``"YourName" xxx@example.com`
## 开放平台相关

Loading…
Cancel
Save