diff --git a/website/docs/deployment/troubleshooting.md b/website/docs/deployment/troubleshooting.md index f97e903b..116b0707 100644 --- a/website/docs/deployment/troubleshooting.md +++ b/website/docs/deployment/troubleshooting.md @@ -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 diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/troubleshooting.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/troubleshooting.md index e378779a..faec811b 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/troubleshooting.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/troubleshooting.md @@ -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` ## 开放平台相关