-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the email subscription steps to the 5.X version document.
- Loading branch information
1 parent
27bd0f0
commit 7063e39
Showing
1 changed file
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,18 @@ Apache RocketMQ 社区成员主要通过以下两种邮件沟通和交流: | |
* [Development mailing list](mailto:[email protected]) : Apache RocketMQ 开发者通过该邮件列表交流新特性,预发布版本,一般的开发流程等。 | ||
|
||
若您热衷于为 RocketMQ 社区贡献代码,可以加入该邮件列表。 | ||
|
||
- 订阅步骤 : 以订阅 `[email protected]` 邮件列表为例,具体步骤如下。 | ||
1. 发送一封不包含任何内容或主题的邮件到: `[email protected]` | ||
2. 等待直到收到一封主题为 `confirm subscribe to [email protected]` 的邮件(如果长时间未能收到,请确认该邮件是否被你的邮箱拦截,确定没有被拦截且长时间未收到回复邮件的话,返回第1步) | ||
3. 直接回复该邮件,不用修改主题和添加邮件内容。 | ||
4. 等待直到收到一封主题为 `WELCOME to [email protected]` 的邮件。 | ||
5. 收到 `dev` 的邮件后,就说明订阅邮件成功。若想发起讨论,直接往 `[email protected]` 发送邮件即可,所有订阅了邮件列表的人都会收到邮件。 | ||
- 退订步骤 : 退订邮件列表的步骤与订阅邮件列表类似,具体步骤如下。 | ||
1. 发送一封不包含任何内容或主题的邮件到: `[email protected]` | ||
2. 等待直到收到一封主题为 `confirm unsubscribe from [email protected]` 的邮件 | ||
3. 直接回复该邮件,不用修改主题和添加邮件内容 | ||
4. 等待直到收到一封主题为 `GOODBYE from [email protected]` 的邮件 | ||
5. 退订成功 | ||
|
||
您也可以通过订阅 [mailing lists](/contact),获取更多的社区信息。 | ||
|
||
|