Skip to content

Commit 45176ec

Browse files
XAMPPRockyMark-Simulacrum
authored andcommitted
Add documentation on Email
1 parent 8a315cb commit 45176ec

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

src/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
[Overview](./README.md)
44
- [Chat Platforms](./chat/README.md)
5+
- [Discord](./chat/discord.md)
6+
- [Email](./chat/email.md)
57
- [Zulip](./chat/zulip.md)
68
- [Moderation](./chat/zulip/moderation.md)
7-
- [Discord](./chat/discord.md)
89
- [Core](./core/README.md)
910
- [Rust Blog Guidelines](./core/blogs.md)
1011
- [Community](./community/README.md)

src/chat/email.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Email
2+
3+
While most of Rust's discussion happens on other platforms, email is eternal and
4+
we occasionally need a way to approach individuals or groups privately. Our
5+
email is hosted through Mailgun (provided by Mozilla). We create and edit the
6+
mailing lists for teams through the [rust-lang/team] repository. Our email
7+
domain is `rust-lang.org`, e.g. `[email protected]`.
8+
9+
## Sending a public broadcast
10+
If your teams need to reach everyone in Rust organisation they can send a
11+
email to `all@`. It is recommended that you only use this mailing list when you
12+
know that you need contact every member, such as for organising a members event
13+
like the All Hands, or security alerts.
14+
15+
### Keeping responses private
16+
When sending a message to `all@`, do not put `all@` in `To`. This will mean that
17+
any replies to your broadcast will also be sent to everyone. Instead put your
18+
team's email address in `To` field, and place `all@` in the `Bcc` field. Then
19+
any replies will be sent to just your team.
20+
21+
22+
[rust-lang/team]: https://github.com/rust-lang/team

0 commit comments

Comments
 (0)