18 lines
606 B
Markdown
18 lines
606 B
Markdown
# Zulip
|
|
|
|
|
|
When BCCing a Zulip stream on a message to someone, Use the default that can be found under stream settings (click the gear icon you can get to from the down caret):
|
|
|
|
```
|
|
project.785f16fc671a5d8c0f2d4fbb161f16b3.show-sender@streams.zulipchat.com
|
|
```
|
|
|
|
When forwarding an e-mail to a Zulip stream, swap out `.show-sender` for `.include-footer.include-quotes.prefer-html`
|
|
|
|
```
|
|
project.785f16fc671a5d8c0f2d4fbb161f16b3.include-footer.prefer-html@streams.zulipchat.com
|
|
```
|
|
|
|
```{info}
|
|
More about [sending a message to a Zulip stream by e-mail](https://zulipchat.com/help/message-a-stream-by-email)
|
|
```
|