@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Correct a missing parameter in "Outbound Mail" documentation

Summary: See <https://discourse.phabricator-community.org/t/documentation-error/2079>. This command is missing the configuration key.

Test Plan: Ran `bin/config set --stdin` with no other arguments, got an error about missing key. Ran with `... cluster.mailers`, got read from stdin.

Reviewers: amckinley

Reviewed By: amckinley

Differential Revision: https://secure.phabricator.com/D19791

+1 -1
+1 -1
src/docs/user/configuration/configuring_outbound_email.diviner
··· 133 133 Then set the value like this: 134 134 135 135 ``` 136 - phabricator/ $ ./bin/config set --stdin < mailers.json 136 + phabricator/ $ ./bin/config set --stdin cluster.mailers < mailers.json 137 137 ``` 138 138 139 139 For alternatives and more information on configuration, see