> For the complete documentation index, see [llms.txt](https://help.tensuu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tensuu.com/ming-ci-jie-shi/kai-qi-qq-you-jian-fu-wu.md).

# 开启QQ邮件服务

首先要开启QQ邮箱的smtp服务，默认是关闭的。

登录QQ邮箱，点“设置” - “帐户”。

![](/files/-LeAmimrKqHV8rnV4ydA)

找到“POP3/SMTP服务”和“IMAP/SMTP服务”项，点“开启”。

![](/files/-LeAmpkX4Tx5w3yuoCWs)

&#x20;开启之后，点击“生成授权码”。这个授权码将作为邮箱的**身份认证密码**。

![](/files/-LeAmsDkiKyzvW3bttBZ)

然后到群管家后台，在“更多设置” - “邮件设置”中进行设置。

![](/files/-LeAn4YIia5IJ2uxCZ5-)

* SMTP服务器：smtp.qq.com
* SMTP端口号：25
* 身份认证用户名：填完整的邮箱名，如：`123456789@qq.com`，包括`@qq.com`部分。
* 身份认证密码：填上述的QQ邮箱**授权码**。注意，不是QQ邮箱的登录密码。

然后再进行邮件发送测试，填写一个和邮箱账号不同的QQ号，点击**测试发送**。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.tensuu.com/ming-ci-jie-shi/kai-qi-qq-you-jian-fu-wu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
