File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ Overview] ( ./README.md )
4
4
- [ Chat Platforms] ( ./chat/README.md )
5
+ - [ Discord] ( ./chat/discord.md )
6
+ - [ Email] ( ./chat/email.md )
5
7
- [ Zulip] ( ./chat/zulip.md )
6
8
- [ Moderation] ( ./chat/zulip/moderation.md )
7
- - [ Discord] ( ./chat/discord.md )
8
9
- [ Core] ( ./core/README.md )
9
10
- [ Rust Blog Guidelines] ( ./core/blogs.md )
10
11
- [ Community] ( ./community/README.md )
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments